| Index: chrome/browser/sync/profile_sync_components_factory_impl.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| index 03295c22f60ea83cccfad5ac7bb454eb985d4d71..9502d8c482fa0fa200fc748b2ec99982c07a2048 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| @@ -78,7 +78,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
|
| // non-threadsafe); accessed on both the UI and FILE threads in
|
| // GetSyncableServiceForType.
|
| extensions::ExtensionSystem* extension_system_;
|
| - scoped_refptr<autofill::AutofillWebDataService> web_data_service_;
|
| + autofill::AutofillWebDataService* web_data_service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl);
|
| };
|
|
|