blob: e6d0b1a617e2aca2df10d61628739c71d249c2a0 [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_PARSER_H__
6#define CHROMEOS_PLATFORM_UPDATE_ENGINE_DELTA_DIFF_PARSER_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
adlr@google.com3defe6a2009-12-04 20:57:17 +000012}; // namespace chromeos_update_engine
13
14#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DELTA_DIFF_PARSER_H__