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

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

Issue 162443004: sync: final pieces to sync deferred initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 10 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_service_mock.cc
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
index 8fafca425bbcd76905b58fb4cf009927f703ce73..333aa34b49b1498ef8ec77ee7e7f57c19cf3646a 100644
--- a/chrome/browser/sync/profile_sync_service_mock.cc
+++ b/chrome/browser/sync/profile_sync_service_mock.cc
@@ -21,7 +21,7 @@ ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
new ManagedUserSigninManagerWrapper(
SigninManagerFactory::GetForProfile(profile)),
ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
- ProfileSyncService::MANUAL_START) {}
+ browser_sync::MANUAL_START) {}
ProfileSyncServiceMock::~ProfileSyncServiceMock() {
}

Powered by Google App Engine
This is Rietveld 408576698