| Index: android_webview/native/aw_autofill_external_delegate.cc
|
| diff --git a/android_webview/browser/aw_autofill_external_delegate.cc b/android_webview/native/aw_autofill_external_delegate.cc
|
| similarity index 89%
|
| rename from android_webview/browser/aw_autofill_external_delegate.cc
|
| rename to android_webview/native/aw_autofill_external_delegate.cc
|
| index b50a3b9d8f548140bfbc2de6f5bd66a18aa0c1e4..c68d924b3abd0b3faf3b9922d3bcce93658dee81 100644
|
| --- a/android_webview/browser/aw_autofill_external_delegate.cc
|
| +++ b/android_webview/native/aw_autofill_external_delegate.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "android_webview/browser/aw_autofill_external_delegate.h"
|
| +#include "android_webview/native/aw_autofill_external_delegate.h"
|
|
|
| -#include "android_webview/browser/aw_autofill_manager_delegate.h"
|
| +#include "android_webview/native/aw_autofill_manager_delegate.h"
|
| #include "components/autofill/browser/autofill_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|
|
|