| Index: chrome/browser/sync/profile_sync_components_factory.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory.h b/chrome/browser/sync/profile_sync_components_factory.h
|
| index 8c77e41a524c99a0abca4e9502f9203b976a9ec2..c55c301f99a826cf746a1fa411bc15ade542306f 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory.h
|
| @@ -87,7 +87,8 @@ class ProfileSyncComponentsFactory
|
| const sync_driver::DataTypeController::TypeMap* controllers,
|
| const sync_driver::DataTypeEncryptionHandler* encryption_handler,
|
| browser_sync::SyncBackendHost* backend,
|
| - sync_driver::DataTypeManagerObserver* observer) = 0;
|
| + sync_driver::DataTypeManagerObserver* observer,
|
| + sync_driver::DataTypeStatusTable* data_type_status_table) = 0;
|
|
|
| // Creating this in the factory helps us mock it out in testing.
|
| virtual browser_sync::SyncBackendHost* CreateSyncBackendHost(
|
|
|