Index: components/autofill/core/browser/name_field.cc |
diff --git a/components/autofill/browser/name_field.cc b/components/autofill/core/browser/name_field.cc |
similarity index 96% |
rename from components/autofill/browser/name_field.cc |
rename to components/autofill/core/browser/name_field.cc |
index 60c5bf27bff1fde77cc3a085fba7c6a9e4a1b6bd..1dd2296104240f34b89bb4d5941726cc9f9ac188 100644 |
--- a/components/autofill/browser/name_field.cc |
+++ b/components/autofill/core/browser/name_field.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/autofill/browser/name_field.h" |
+#include "components/autofill/core/browser/name_field.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/browser/autofill_regex_constants.h" |
-#include "components/autofill/browser/autofill_scanner.h" |
-#include "components/autofill/browser/autofill_type.h" |
+#include "components/autofill/core/browser/autofill_regex_constants.h" |
+#include "components/autofill/core/browser/autofill_scanner.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace autofill { |