| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index b2e763674da1ff76b467b0e65fefe5435459013f..2e3d294e8e18eb75cda1e2ff740445dc24b88637 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/sync/js/js_arg_list.h"
|
| #include "chrome/browser/sync/js/js_event_details.h"
|
| #include "chrome/browser/sync/js/js_test_util.h"
|
| -#include "chrome/browser/sync/profile_sync_factory_mock.h"
|
| +#include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
| #include "chrome/browser/sync/test_profile_sync_service.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| @@ -122,7 +122,7 @@ class ProfileSyncServiceTest : public testing::Test {
|
|
|
| scoped_ptr<TestProfileSyncService> service_;
|
| scoped_ptr<TestingProfile> profile_;
|
| - ProfileSyncFactoryMock factory_;
|
| + ProfileSyncComponentsFactoryMock factory_;
|
| };
|
|
|
| TEST_F(ProfileSyncServiceTest, InitialState) {
|
|
|