blob: 6b232dad8ee557505cbd4ed7d5ef294d77dbcf07 [file] [log] [blame]
adlr@google.com3defe6a2009-12-04 20:57:17 +00001// Copyright (c) 2009 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_DELTA_DIFF_GENERATOR_H__
6#define CHROMEOS_PLATFORM_UPDATE_ENGINE_DELTA_DIFF_GENERATOR_H__
7
adlr@google.com3defe6a2009-12-04 20:57:17 +00008#include "base/basictypes.h"
adlr@google.com3defe6a2009-12-04 20:57:17 +00009
10namespace chromeos_update_engine {
11
12class DeltaDiffGenerator {
adlr@google.com3defe6a2009-12-04 20:57:17 +000013 private:
adlr@google.com3defe6a2009-12-04 20:57:17 +000014 // This should never be constructed
15 DISALLOW_IMPLICIT_CONSTRUCTORS(DeltaDiffGenerator);
16};
17
18}; // namespace chromeos_update_engine
19
20#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DELTA_DIFF_GENERATOR_H__