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

Unified Diff: chrome/browser/sync/test/integration/migration_watcher.cc

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 years, 1 month 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/test/integration/migration_watcher.cc
diff --git a/chrome/browser/sync/test/integration/migration_watcher.cc b/chrome/browser/sync/test/integration/migration_watcher.cc
index 14e18d64669f4c8eecf913d56244f1bb9048aade..4e8dfc2a60adffc4d6d966c57e862665e96d2fca 100644
--- a/chrome/browser/sync/test/integration/migration_watcher.cc
+++ b/chrome/browser/sync/test/integration/migration_watcher.cc
@@ -4,9 +4,9 @@
#include "chrome/browser/sync/test/integration/migration_watcher.h"
-#include "chrome/browser/sync/profile_sync_service.h"
#include "chrome/browser/sync/test/integration/migration_waiter.h"
#include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
+#include "components/browser_sync/browser/profile_sync_service.h"
MigrationWatcher::MigrationWatcher(ProfileSyncServiceHarness* harness)
: harness_(harness), migration_waiter_(NULL) {

Powered by Google App Engine
This is Rietveld 408576698