Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: components/autofill/core/browser/state_names.h

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/autofill/core/browser/phone_number_unittest.cc ('k') | components/autofill/core/browser/state_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698