| Index: components/autofill/browser/autofill_external_delegate.cc
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/components/autofill/browser/autofill_external_delegate.cc
|
| similarity index 98%
|
| rename from chrome/browser/autofill/autofill_external_delegate.cc
|
| rename to components/autofill/browser/autofill_external_delegate.cc
|
| index 9900df967b6a94eb326bc4e893be90190b489750..128beb4532efc798713ed07b12b639d229e005dc 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate.cc
|
| +++ b/components/autofill/browser/autofill_external_delegate.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autocomplete_history_manager.h"
|
| -#include "chrome/browser/autofill/autofill_external_delegate.h"
|
| -#include "chrome/browser/autofill/autofill_manager.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/common/autofill_messages.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|