Index: components/autofill/core/browser/phone_field.cc |
diff --git a/components/autofill/browser/phone_field.cc b/components/autofill/core/browser/phone_field.cc |
similarity index 97% |
rename from components/autofill/browser/phone_field.cc |
rename to components/autofill/core/browser/phone_field.cc |
index 28eefb4792e47020c42bc54378a1d4442c1a5007..dc767ead0fc8bff8b7a96ed9bf919c535e616bd3 100644 |
--- a/components/autofill/browser/phone_field.cc |
+++ b/components/autofill/core/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 "components/autofill/browser/phone_field.h" |
+#include "components/autofill/core/browser/phone_field.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/browser/autofill_field.h" |
-#include "components/autofill/browser/autofill_regex_constants.h" |
-#include "components/autofill/browser/autofill_scanner.h" |
+#include "components/autofill/core/browser/autofill_field.h" |
+#include "components/autofill/core/browser/autofill_regex_constants.h" |
+#include "components/autofill/core/browser/autofill_scanner.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace autofill { |