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

Unified Diff: components/autofill/core/common/autofill_regexes.cc

Issue 1081803003: Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress msvc warning Created 5 years, 8 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/common/autofill_regexes.cc
diff --git a/components/autofill/core/browser/autofill_regexes.cc b/components/autofill/core/common/autofill_regexes.cc
similarity index 97%
rename from components/autofill/core/browser/autofill_regexes.cc
rename to components/autofill/core/common/autofill_regexes.cc
index bd5c0e9427638ad14b6bf420a8d402989c5cb96e..64a60f6c29ce01ed233ff7f432911434413f62af 100644
--- a/components/autofill/core/browser/autofill_regexes.cc
+++ b/components/autofill/core/common/autofill_regexes.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/autofill/core/browser/autofill_regexes.h"
+#include "components/autofill/core/common/autofill_regexes.h"
#include "base/containers/scoped_ptr_hash_map.h"
#include "base/logging.h"
« no previous file with comments | « components/autofill/core/common/autofill_regexes.h ('k') | components/autofill/core/common/autofill_regexes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698