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

Unified Diff: chrome/browser/autofill/autofill_regexes.cc

Issue 11344028: [Autofill] Add a unit test for the autofill_regexes code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ...add the test file Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_regexes_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_regexes.cc
diff --git a/chrome/browser/autofill/autofill_regexes.cc b/chrome/browser/autofill/autofill_regexes.cc
index b1ed62992bd7c0bd4231f4f0442a1de91b188c04..61b4fa05eacc767e5b6639f897a2ff131995e914 100644
--- a/chrome/browser/autofill/autofill_regexes.cc
+++ b/chrome/browser/autofill/autofill_regexes.cc
@@ -81,4 +81,3 @@ bool MatchesPattern(const string16& input, const string16& pattern) {
}
} // namespace autofill
Albert Bodenhamer 2012/10/30 20:28:41 Other than whitespace changes I'm not seeing anyth
Ilya Sherman 2012/10/30 20:34:10 It's just a whitespace change in this file, yes.
-
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_regexes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698