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

Unified Diff: components/autofill/core/browser/autofill_regexes.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/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_

Powered by Google App Engine
This is Rietveld 408576698