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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller.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/glue/autofill_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
index bb513d3f48612140a91d5a62d4384943577de816..e67ba5cd0fe6b4bf17d3c33f67c184bb4304d682 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
@@ -53,7 +53,7 @@ class AutofillDataTypeController
// Self-invoked on the DB thread to call the AutocompleteSyncableService with
// an updated value of autofill culling settings.
void UpdateAutofillCullingSettings(bool cull_expired_entries,
Lei Zhang 2013/06/07 20:42:49 nit: put |cull_expired_entries| on the next line.
Cait (Slow) 2013/06/07 21:00:42 Done.
- scoped_refptr<autofill::AutofillWebDataService> web_data_service);
+ autofill::AutofillWebDataService* web_data_service);
// Callback once WebDatabase has loaded.
void WebDatabaseLoaded();

Powered by Google App Engine
This is Rietveld 408576698