| Index: components/autofill/core/browser/name_field.h
|
| diff --git a/components/autofill/browser/name_field.h b/components/autofill/core/browser/name_field.h
|
| similarity index 81%
|
| rename from components/autofill/browser/name_field.h
|
| rename to components/autofill/core/browser/name_field.h
|
| index a434bc1151196b54ff7644be5c63015cc4e538ad..6cd1c00bc601adcf13d0903370c0af1c17a9b40f 100644
|
| --- a/components/autofill/browser/name_field.h
|
| +++ b/components/autofill/core/browser/name_field.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_NAME_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_NAME_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "components/autofill/browser/autofill_field.h"
|
| -#include "components/autofill/browser/form_field.h"
|
| +#include "components/autofill/core/browser/autofill_field.h"
|
| +#include "components/autofill/core/browser/form_field.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -43,4 +43,4 @@ class NameField : public FormField {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_NAME_FIELD_H_
|
|
|