| Index: components/autofill/core/browser/autofill_external_delegate.cc
|
| diff --git a/components/autofill/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
|
| similarity index 98%
|
| rename from components/autofill/browser/autofill_external_delegate.cc
|
| rename to components/autofill/core/browser/autofill_external_delegate.cc
|
| index 983bb2cb3f79e672c29a27798a1a6b563d495677..79bec9e9e303109e40635f51c9d591f92a55bc01 100644
|
| --- a/components/autofill/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/autofill/browser/autocomplete_history_manager.h"
|
| -#include "components/autofill/browser/autofill_external_delegate.h"
|
| -#include "components/autofill/browser/autofill_manager.h"
|
| +#include "components/autofill/core/browser/autocomplete_history_manager.h"
|
| +#include "components/autofill/core/browser/autofill_external_delegate.h"
|
| +#include "components/autofill/core/browser/autofill_manager.h"
|
| #include "components/autofill/core/common/autofill_messages.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|