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

Unified Diff: src/platform/update_engine/decompressing_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
Index: src/platform/update_engine/decompressing_file_writer.h
diff --git a/src/platform/update_engine/decompressing_file_writer.h b/src/platform/update_engine/decompressing_file_writer.h
index 975ca3cccfaa4e845ddf1f318ddda8034411e54a..6f12e87b93e71c0d1d0c008dcc618bded508fe11 100644
--- a/src/platform/update_engine/decompressing_file_writer.h
+++ b/src/platform/update_engine/decompressing_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_DECOMPRESSING_FILE_WRITER_H__
-#define UPDATE_ENGINE_DECOMPRESSING_FILE_WRITER_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_DECOMPRESSING_FILE_WRITER_H__
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_DECOMPRESSING_FILE_WRITER_H__
#include <zlib.h>
#include "base/basictypes.h"
@@ -57,4 +57,4 @@ class GzipDecompressingFileWriter : public FileWriter {
} // namespace chromeos_update_engine
-#endif // UPDATE_ENGINE_DECOMPRESSING_FILE_WRITER_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DECOMPRESSING_FILE_WRITER_H__
« no previous file with comments | « src/platform/update_engine/action_processor_unittest.cc ('k') | src/platform/update_engine/decompressing_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698