| Index: components/autofill/browser/phone_number_i18n.h
|
| diff --git a/chrome/browser/autofill/phone_number_i18n.h b/components/autofill/browser/phone_number_i18n.h
|
| similarity index 95%
|
| rename from chrome/browser/autofill/phone_number_i18n.h
|
| rename to components/autofill/browser/phone_number_i18n.h
|
| index 901059387b4e7b859ca38e5541a9a9a78d9cd03b..3a35c3b3c24769897f7a7c7717d0a9cf87f44071 100644
|
| --- a/chrome/browser/autofill/phone_number_i18n.h
|
| +++ b/components/autofill/browser/phone_number_i18n.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 CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_I18N_H_
|
| -#define CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_I18N_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_I18N_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_I18N_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -103,4 +103,4 @@ class PhoneObject {
|
|
|
| } // namespace autofill_i18n
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_I18N_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_I18N_H_
|
|
|