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

Unified Diff: chrome/browser/sync/profile_sync_test_util.cc

Issue 1410013008: [Sync] Remove some http-related chrome deps from SyncBackendHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try fixing mac bots. Created 5 years, 2 months 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: chrome/browser/sync/profile_sync_test_util.cc
diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc
index 36a6cfc67c8b88a837fd550a5baec1ebcd4d0ec6..f497c2d0c42a6b890a48bf438b54b8c61fe5b5b6 100644
--- a/chrome/browser/sync/profile_sync_test_util.cc
+++ b/chrome/browser/sync/profile_sync_test_util.cc
@@ -8,9 +8,14 @@
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
+#include "base/time/time.h"
Nicolas Zea 2015/10/28 20:33:18 nit: is this needed? (looks like you can leave tim
maxbogue 2015/10/28 23:19:11 Done.
using content::BrowserThread;
+void EmptyNetworkTimeUpdate(const base::Time&,
+ const base::TimeDelta&,
+ const base::TimeDelta&) {}
+
SyncServiceObserverMock::SyncServiceObserverMock() {
}

Powered by Google App Engine
This is Rietveld 408576698