| Index: chrome/browser/sync/profile_sync_components_factory_mock.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.h b/chrome/browser/sync/profile_sync_components_factory_mock.h
|
| index cbccdd81418ed2b45bb67bab586084dcab1e1814..ae230ca50bdb002853f7cb25553b7d436c58f7c5 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_mock.h
|
| @@ -9,8 +9,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| #include "chrome/browser/sync/glue/data_type_error_handler.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory.h"
|
| +#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace browser_sync {
|
| @@ -39,7 +39,7 @@ class ProfileSyncComponentsFactoryMock : public ProfileSyncComponentsFactory {
|
| MOCK_METHOD0(CreateSharedChangeProcessor,
|
| browser_sync::SharedChangeProcessor*());
|
| MOCK_METHOD1(GetSyncableServiceForType,
|
| - base::WeakPtr<syncer::SyncableService>(syncable::ModelType));
|
| + base::WeakPtr<syncer::SyncableService>(syncer::ModelType));
|
| MOCK_METHOD2(CreateBookmarkSyncComponents,
|
| SyncComponents(ProfileSyncService* profile_sync_service,
|
| browser_sync::DataTypeErrorHandler* error_handler));
|
|
|