diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_components_factory.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_components_factory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_components_factory.h b/chrome/browser/sync/profile_sync_components_factory.h index c55c301f..8c77e41 100644 --- a/chrome/browser/sync/profile_sync_components_factory.h +++ b/chrome/browser/sync/profile_sync_components_factory.h @@ -87,8 +87,7 @@ class ProfileSyncComponentsFactory const sync_driver::DataTypeController::TypeMap* controllers, const sync_driver::DataTypeEncryptionHandler* encryption_handler, browser_sync::SyncBackendHost* backend, - sync_driver::DataTypeManagerObserver* observer, - sync_driver::DataTypeStatusTable* data_type_status_table) = 0; + sync_driver::DataTypeManagerObserver* observer) = 0; // Creating this in the factory helps us mock it out in testing. virtual browser_sync::SyncBackendHost* CreateSyncBackendHost( |