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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl_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_components_factory_impl_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
index a59df7458c72a7e49a302e373c9445b7b3cc0c2e..a225e08d97e60f9d48d830af65056dff17cfe746 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
@@ -99,7 +99,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
profile_.get(),
NULL,
ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()),
- ProfileSyncService::MANUAL_START));
+ browser_sync::MANUAL_START));
pss->factory()->RegisterDataTypes(pss.get());
DataTypeController::StateMap controller_states;
pss->GetDataTypeControllerStates(&controller_states);
@@ -119,7 +119,7 @@ TEST_F(ProfileSyncComponentsFactoryImplTest, CreatePSSDefault) {
profile_.get(),
NULL,
ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()),
- ProfileSyncService::MANUAL_START));
+ browser_sync::MANUAL_START));
pss->factory()->RegisterDataTypes(pss.get());
DataTypeController::StateMap controller_states;
pss->GetDataTypeControllerStates(&controller_states);
« no previous file with comments | « chrome/browser/managed_mode/managed_user_signin_manager_wrapper.h ('k') | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698