| Index: components/autofill/core/browser/state_names.h
|
| diff --git a/components/autofill/browser/state_names.h b/components/autofill/core/browser/state_names.h
|
| similarity index 86%
|
| rename from components/autofill/browser/state_names.h
|
| rename to components/autofill/core/browser/state_names.h
|
| index e691d572d726253131f6ef79a60ff35cdb31bbf3..cd71539de6abfc6e46257b35dcb25a2b93f7501b 100644
|
| --- a/components/autofill/browser/state_names.h
|
| +++ b/components/autofill/core/browser/state_names.h
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "base/strings/string16.h"
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_STATE_NAMES_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_STATE_NAMES_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_STATE_NAMES_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_STATE_NAMES_H_
|
|
|
| namespace autofill {
|
| namespace state_names {
|
| @@ -28,4 +28,4 @@ void GetNameAndAbbreviation(const base::string16& value,
|
| } // namespace state_names
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_STATE_NAMES_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_STATE_NAMES_H_
|
|
|