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 85e48a619b964813082bb54b5959fdc77542237b..dbda769848272ab55a7fcb9a7620c3379356ec93 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_mock.h |
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.h |
@@ -48,8 +48,6 @@ class ProfileSyncComponentsFactoryMock : public ProfileSyncComponentsFactory { |
browser_sync::DataTypeErrorHandler* error_handler, |
const base::WeakPtr<syncer::SyncableService>& local_service, |
const base::WeakPtr<syncer::SyncMergeResult>& merge_result)); |
- MOCK_METHOD0(CreateSharedChangeProcessor, |
- browser_sync::SharedChangeProcessor*()); |
MOCK_METHOD1(GetSyncableServiceForType, |
base::WeakPtr<syncer::SyncableService>(syncer::ModelType)); |
MOCK_METHOD1(CreateCustomAttachmentStoreForTypeMock, |