| Index: components/autofill/browser/phone_field.h
|
| diff --git a/chrome/browser/autofill/phone_field.h b/components/autofill/browser/phone_field.h
|
| similarity index 87%
|
| rename from chrome/browser/autofill/phone_field.h
|
| rename to components/autofill/browser/phone_field.h
|
| index 8f2c22257abce912d69430a0137fdcc859e30140..ee3cb0a625136ee4bf930fcb8006ac0164f98e91 100644
|
| --- a/chrome/browser/autofill/phone_field.h
|
| +++ b/components/autofill/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 CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_
|
| -#define CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/form_field.h"
|
| -#include "chrome/browser/autofill/phone_number.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/form_field.h"
|
| +#include "components/autofill/browser/phone_number.h"
|
|
|
| class AutofillField;
|
| class AutofillScanner;
|
| @@ -86,4 +86,4 @@ class PhoneField : public FormField {
|
| DISALLOW_COPY_AND_ASSIGN(PhoneField);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
|
|
|