Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.h

Issue 16154031: Un-refcount AutofillWebData and TokenWebData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698