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

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

Issue 162443004: sync: final pieces to sync deferred initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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/test_profile_sync_service.cc
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
index 888ce901fc2febd53ece06ecf520ac4726dd68fe..6a92bff60a8065a5839c3e42b80eaec48fac71b1 100644
--- a/chrome/browser/sync/test_profile_sync_service.cc
+++ b/chrome/browser/sync/test_profile_sync_service.cc
@@ -101,7 +101,7 @@ TestProfileSyncService::TestProfileSyncService(
Profile* profile,
SigninManagerBase* signin,
ProfileOAuth2TokenService* oauth2_token_service,
- ProfileSyncService::StartBehavior behavior)
+ browser_sync::ProfileSyncServiceStartBehavior behavior)
: ProfileSyncService(factory,
profile,
new ManagedUserSigninManagerWrapper(signin),
@@ -127,7 +127,7 @@ BrowserContextKeyedService* TestProfileSyncService::TestFactoryFunction(
profile,
signin,
oauth2_token_service,
- ProfileSyncService::AUTO_START);
+ browser_sync::AUTO_START);
}
// static
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.h ('k') | chrome/browser/ui/sync/one_click_signin_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698