Index: components/autofill/browser/contact_info.cc |
diff --git a/chrome/browser/autofill/contact_info.cc b/components/autofill/browser/contact_info.cc |
similarity index 96% |
rename from chrome/browser/autofill/contact_info.cc |
rename to components/autofill/browser/contact_info.cc |
index 9aca71e96ea54b73f1d840f8e490ddd7711793fc..7911ea8a7a38134bf64f92f961d3a8cba583f05e 100644 |
--- a/chrome/browser/autofill/contact_info.cc |
+++ b/components/autofill/browser/contact_info.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 "chrome/browser/autofill/contact_info.h" |
+#include "components/autofill/browser/contact_info.h" |
#include <stddef.h> |
#include <ostream> |
@@ -12,8 +12,8 @@ |
#include "base/logging.h" |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/autofill/autofill_type.h" |
-#include "chrome/browser/autofill/field_types.h" |
+#include "components/autofill/browser/autofill_type.h" |
+#include "components/autofill/browser/field_types.h" |
static const AutofillFieldType kAutofillNameInfoTypes[] = { |
NAME_FIRST, |