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

Unified Diff: src/platform/update_engine/mock_http_fetcher.cc

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_http_fetcher.h ('k') | src/platform/update_engine/omaha_hash_calculator.h » ('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.cc
diff --git a/src/platform/update_engine/mock_http_fetcher.cc b/src/platform/update_engine/mock_http_fetcher.cc
index 64593516dbaeb7295d8ef94e38dca8b1935d56aa..abeff7a1481fa79682282633ad527c4434b69cd8 100644
--- a/src/platform/update_engine/mock_http_fetcher.cc
+++ b/src/platform/update_engine/mock_http_fetcher.cc
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/logging.h"
#include "update_engine/mock_http_fetcher.h"
+#include <algorithm>
+#include "chromeos/obsolete_logging.h"
// This is a mac implementation of HttpFetcher which is useful for testing.
+using std::min;
+
namespace chromeos_update_engine {
MockHttpFetcher::~MockHttpFetcher() {
« no previous file with comments | « src/platform/update_engine/mock_http_fetcher.h ('k') | src/platform/update_engine/omaha_hash_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698