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

Unified Diff: src/platform/update_engine/mock_file_writer.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/main.cc ('k') | src/platform/update_engine/mock_http_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/mock_file_writer.h
diff --git a/src/platform/update_engine/mock_file_writer.h b/src/platform/update_engine/mock_file_writer.h
index e6d1612e8e7f8d515547f2dbd94adece9c2561c2..7cf0fd531cc15fc5de8eaa0856f0a1d1469541e6 100644
--- a/src/platform/update_engine/mock_file_writer.h
+++ b/src/platform/update_engine/mock_file_writer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UPDATE_ENGINE_MOCK_FILE_WRITER_H__
-#define UPDATE_ENGINE_MOCK_FILE_WRITER_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_FILE_WRITER_H__
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_FILE_WRITER_H__
#include "base/basictypes.h"
#include "update_engine/file_writer.h"
@@ -56,4 +56,4 @@ class MockFileWriter : public FileWriter {
} // namespace chromeos_update_engine
-#endif // UPDATE_ENGINE_MOCK_FILE_WRITER_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_FILE_WRITER_H__
« no previous file with comments | « src/platform/update_engine/main.cc ('k') | src/platform/update_engine/mock_http_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698