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

Unified Diff: android_webview/native/aw_form_database.cc

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: android_webview/native/aw_form_database.cc
diff --git a/android_webview/native/aw_form_database.cc b/android_webview/native/aw_form_database.cc
index 5ebdf1223fe2b81e99949434394ba3d2f28807a6..6979b0bca43694e5b7ef1264e34aaa5150461a98 100644
--- a/android_webview/native/aw_form_database.cc
+++ b/android_webview/native/aw_form_database.cc
@@ -14,7 +14,7 @@
#include "jni/AwFormDatabase_jni.h"
// static
-scoped_refptr<autofill::AutofillWebDataService>
+autofill::AutofillWebDataService*
autofill::AutofillWebDataService::FromBrowserContext(
content::BrowserContext* context) {
« no previous file with comments | « android_webview/browser/aw_form_database_service.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698