| Index: components/autofill/core/browser/address_field.h
|
| diff --git a/components/autofill/browser/address_field.h b/components/autofill/core/browser/address_field.h
|
| similarity index 90%
|
| rename from components/autofill/browser/address_field.h
|
| rename to components/autofill/core/browser/address_field.h
|
| index 4e368584dad0899fef674472711138e1f1712a92..b8343c4185a38cb8a2e54519b4b4551f872d8025 100644
|
| --- a/components/autofill/browser/address_field.h
|
| +++ b/components/autofill/core/browser/address_field.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| @@ -11,8 +11,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autofill/browser/autofill_type.h"
|
| -#include "components/autofill/browser/form_field.h"
|
| +#include "components/autofill/core/browser/autofill_type.h"
|
| +#include "components/autofill/core/browser/form_field.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -85,4 +85,4 @@ class AddressField : public FormField {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_FIELD_H_
|
|
|