| 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) {
|
|
|
|
|