Index: components/autofill/browser/validation.h |
diff --git a/chrome/browser/autofill/validation.h b/components/autofill/browser/validation.h |
similarity index 83% |
rename from chrome/browser/autofill/validation.h |
rename to components/autofill/browser/validation.h |
index 96a3bd8f565712903a188af35bd986dae00eb6d8..3f6ce9a85b178914a9784cdc9d7ed15eee05c633 100644 |
--- a/chrome/browser/autofill/validation.h |
+++ b/components/autofill/browser/validation.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_VALIDATION_H_ |
-#define CHROME_BROWSER_AUTOFILL_VALIDATION_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_VALIDATION_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_VALIDATION_H_ |
#include "base/string16.h" |
@@ -25,4 +25,4 @@ bool IsValidZip(const string16& text); |
} // namespace autofill |
-#endif // CHROME_BROWSER_AUTOFILL_VALIDATION_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_VALIDATION_H_ |