Index: components/autofill/core/browser/contact_info_unittest.cc |
diff --git a/components/autofill/browser/contact_info_unittest.cc b/components/autofill/core/browser/contact_info_unittest.cc |
similarity index 96% |
rename from components/autofill/browser/contact_info_unittest.cc |
rename to components/autofill/core/browser/contact_info_unittest.cc |
index 7ca72b7a409550623af01ea1297bb9e30d2f233d..eb3f970a670477026d624591c497679f65ae476c 100644 |
--- a/components/autofill/browser/contact_info_unittest.cc |
+++ b/components/autofill/core/browser/contact_info_unittest.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/autofill/browser/contact_info.h" |
+#include "components/autofill/core/browser/contact_info.h" |
#include "base/basictypes.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/field_types.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace autofill { |