| Index: android_webview/native/aw_autofill_client.cc
|
| diff --git a/android_webview/native/aw_autofill_client.cc b/android_webview/native/aw_autofill_client.cc
|
| index cc99778d81a1730e1bb3445df0512da4ac336ea6..ad48f01164a6c6ee04b73eefd929b23a4cdb7932 100644
|
| --- a/android_webview/native/aw_autofill_client.cc
|
| +++ b/android_webview/native/aw_autofill_client.cc
|
| @@ -20,6 +20,7 @@
|
| #include "components/prefs/pref_service.h"
|
| #include "components/prefs/pref_service_factory.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| +#include "content/public/browser/android/content_view_core.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/ssl_status.h"
|
| @@ -29,6 +30,7 @@
|
| using base::android::AttachCurrentThread;
|
| using base::android::ConvertUTF16ToJavaString;
|
| using base::android::ScopedJavaLocalRef;
|
| +using content::ContentViewCore;
|
| using content::WebContents;
|
|
|
| DEFINE_WEB_CONTENTS_USER_DATA_KEY(android_webview::AwAutofillClient);
|
|
|