| Index: components/autofill/core/browser/autofill_external_delegate.h
|
| diff --git a/components/autofill/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
|
| similarity index 95%
|
| rename from components/autofill/browser/autofill_external_delegate.h
|
| rename to components/autofill/core/browser/autofill_external_delegate.h
|
| index dac7dbe7f54bf07367deb413d89b8d9fa2225d0c..748c7a435c3e736883279d0c4b89b27c6752bfa8 100644
|
| --- a/components/autofill/browser/autofill_external_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autofill/browser/autofill_popup_delegate.h"
|
| -#include "components/autofill/browser/password_autofill_manager.h"
|
| +#include "components/autofill/core/browser/autofill_popup_delegate.h"
|
| +#include "components/autofill/core/browser/password_autofill_manager.h"
|
| #include "components/autofill/core/common/form_data.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| #include "components/autofill/core/common/password_form_fill_data.h"
|
| @@ -190,4 +190,4 @@ class AutofillExternalDelegate
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
|
|
|