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

Unified Diff: src/platform/update_engine/omaha_hash_calculator.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/omaha_hash_calculator.h
diff --git a/src/platform/update_engine/omaha_hash_calculator.h b/src/platform/update_engine/omaha_hash_calculator.h
index 28602a3829d9daa7b87ae0fb6723e1b67bb20383..c96f75ecde36dfc789be626b1e985b7324dd77ca 100644
--- a/src/platform/update_engine/omaha_hash_calculator.h
+++ b/src/platform/update_engine/omaha_hash_calculator.h
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
-#define UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
#include "base/basictypes.h"
#include <string>
+#include <vector>
#include <openssl/sha.h>
// Omaha uses base64 encoded SHA-1 as the hash. This class provides a simple
@@ -53,4 +54,4 @@ class OmahaHashCalculator {
} // namespace chromeos_update_engine
-#endif // UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_OMAHA_HASH_CALCULATOR_H__
« no previous file with comments | « src/platform/update_engine/mock_http_fetcher.cc ('k') | src/platform/update_engine/omaha_hash_calculator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698