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

Unified Diff: components/autofill/browser/phone_field.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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 | « components/autofill/browser/phone_field.h ('k') | components/autofill/browser/phone_field_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/phone_field.cc
diff --git a/chrome/browser/autofill/phone_field.cc b/components/autofill/browser/phone_field.cc
similarity index 97%
rename from chrome/browser/autofill/phone_field.cc
rename to components/autofill/browser/phone_field.cc
index 4cee5d737539c3f06d6acbd058ed30a7263ff9f3..e7415bad90273f103dbaa88ea82f93ce3f477745 100644
--- a/chrome/browser/autofill/phone_field.cc
+++ b/components/autofill/browser/phone_field.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/phone_field.h"
+#include "components/autofill/browser/phone_field.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_field.h"
-#include "chrome/browser/autofill/autofill_regex_constants.h"
-#include "chrome/browser/autofill/autofill_scanner.h"
+#include "components/autofill/browser/autofill_field.h"
+#include "components/autofill/browser/autofill_regex_constants.h"
+#include "components/autofill/browser/autofill_scanner.h"
#include "ui/base/l10n/l10n_util.h"
namespace {
« no previous file with comments | « components/autofill/browser/phone_field.h ('k') | components/autofill/browser/phone_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698