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

Unified Diff: chrome/browser/sync/profile_sync_service_session_unittest.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/profile_sync_service_session_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
index a0684cf6b41bb2ca0a5bfec5f3407ee877688667..2239a6f384257e5a6eec5a48137642f3aa747141 100644
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
@@ -87,7 +87,7 @@ class FakeProfileSyncService : public TestProfileSyncService {
Profile* profile,
SigninManagerBase* signin,
ProfileOAuth2TokenService* oauth2_token_service,
- ProfileSyncService::StartBehavior behavior)
+ ProfileSyncServiceStartBehavior behavior)
: TestProfileSyncService(factory,
profile,
signin,
@@ -205,7 +205,7 @@ class ProfileSyncServiceSessionTest
profile(),
signin,
oauth2_token_service,
- ProfileSyncService::AUTO_START));
+ browser_sync::AUTO_START));
EXPECT_CALL(*factory, CreateSyncBackendHost(_,_,_)).
WillOnce(ReturnSyncBackendHost(callback));

Powered by Google App Engine
This is Rietveld 408576698