| Index: components/autofill/core/browser/phone_field.h
|
| diff --git a/components/autofill/browser/phone_field.h b/components/autofill/core/browser/phone_field.h
|
| similarity index 86%
|
| rename from components/autofill/browser/phone_field.h
|
| rename to components/autofill/core/browser/phone_field.h
|
| index e82c1e366ec645da30917b0c6b38b03af9ff36fa..96b827407ccf65097e452f94ec691007d2f7b555 100644
|
| --- a/components/autofill/browser/phone_field.h
|
| +++ b/components/autofill/core/browser/phone_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_PHONE_FIELD_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "components/autofill/browser/autofill_type.h"
|
| -#include "components/autofill/browser/form_field.h"
|
| -#include "components/autofill/browser/phone_number.h"
|
| +#include "components/autofill/core/browser/autofill_type.h"
|
| +#include "components/autofill/core/browser/form_field.h"
|
| +#include "components/autofill/core/browser/phone_number.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -90,4 +90,4 @@ class PhoneField : public FormField {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_FIELD_H_
|
|
|