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 { |