Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: src/platform/update_engine/action_pipe.h

Issue 466036: AU: Beginnings of delta support (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/update_engine/action.h ('k') | src/platform/update_engine/action_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/action_pipe.h
diff --git a/src/platform/update_engine/action_pipe.h b/src/platform/update_engine/action_pipe.h
index 8ece0158547cee23ba9154f01a7644144eb5b8b2..509fbee60843f5964a04ce606a9f41fb28775c30 100644
--- a/src/platform/update_engine/action_pipe.h
+++ b/src/platform/update_engine/action_pipe.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UPDATE_ENGINE_PIPE_H__
-#define UPDATE_ENGINE_PIPE_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_PIPE_H__
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_PIPE_H__
#include <stdio.h>
#include <iostream>
#include <map>
#include <string>
#include <tr1/memory>
-#include <base/logging.h>
#include "base/basictypes.h"
+#include "chromeos/obsolete_logging.h"
// The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
// is based on the KSAction* classes from the Google Update Engine code at
@@ -91,4 +91,4 @@ void BondActions(FromAction* from, ToAction* to) {
} // namespace chromeos_update_engine
-#endif // UPDATE_ENGINE_PIPE_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_PIPE_H__
« no previous file with comments | « src/platform/update_engine/action.h ('k') | src/platform/update_engine/action_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698