| 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);
|
|
|