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

Unified Diff: src/platform/update_engine/mock_http_fetcher.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/mock_file_writer.h ('k') | src/platform/update_engine/mock_http_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/mock_http_fetcher.h
diff --git a/src/platform/update_engine/mock_http_fetcher.h b/src/platform/update_engine/mock_http_fetcher.h
index 68cb731310b701e3881c26e5cde93f5bc8f2f899..2efd258d01abfa270a78bf79aceea77e42fe7dc2 100644
--- a/src/platform/update_engine/mock_http_fetcher.h
+++ b/src/platform/update_engine/mock_http_fetcher.h
@@ -2,12 +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_MOCK_HTTP_FETCHER_H__
-#define UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
#include <vector>
#include <glib.h>
-#include <base/logging.h>
+#include "chromeos/obsolete_logging.h"
#include "update_engine/http_fetcher.h"
// This is a mock implementation of HttpFetcher which is useful for testing.
@@ -54,7 +54,7 @@ class MockHttpFetcher : public HttpFetcher {
const std::vector<char>& post_data() const {
return post_data_;
}
-
+
private:
// Sends data to the delegate and sets up a glib timeout callback if needed.
// There must be a delegate and there must be data to send. If there is
@@ -91,4 +91,4 @@ class MockHttpFetcher : public HttpFetcher {
} // namespace chromeos_update_engine
-#endif // UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
« no previous file with comments | « src/platform/update_engine/mock_file_writer.h ('k') | src/platform/update_engine/mock_http_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698