Index: components/autofill/core/browser/form_field_unittest.cc |
diff --git a/components/autofill/browser/form_field_unittest.cc b/components/autofill/core/browser/form_field_unittest.cc |
similarity index 98% |
rename from components/autofill/browser/form_field_unittest.cc |
rename to components/autofill/core/browser/form_field_unittest.cc |
index d3e90fa5174074574d2ca81970a9618b751d58ef..37c1df42f07c99ea1f86b01fa029b8a007586098 100644 |
--- a/components/autofill/browser/form_field_unittest.cc |
+++ b/components/autofill/core/browser/form_field_unittest.cc |
@@ -5,8 +5,8 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/strings/string16.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/browser/autofill_field.h" |
-#include "components/autofill/browser/form_field.h" |
+#include "components/autofill/core/browser/autofill_field.h" |
+#include "components/autofill/core/browser/form_field.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace autofill { |