Index: components/autofill/core/browser/autofill_regexes.h |
diff --git a/components/autofill/browser/autofill_regexes.h b/components/autofill/core/browser/autofill_regexes.h |
similarity index 71% |
rename from components/autofill/browser/autofill_regexes.h |
rename to components/autofill/core/browser/autofill_regexes.h |
index 12678715af1f61dcc7112b3b34da6fb523e9198a..f1e0722690404f2eb78d0dd16006a871c15be34d 100644 |
--- a/components/autofill/browser/autofill_regexes.h |
+++ b/components/autofill/core/browser/autofill_regexes.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 COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_REGEXES_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_REGEXES_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_REGEXES_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_REGEXES_H_ |
#include "base/strings/string16.h" |
@@ -17,4 +17,4 @@ bool MatchesPattern(const base::string16& input, |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_REGEXES_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_REGEXES_H_ |