Index: components/autofill/browser/autofill_country_unittest.cc |
diff --git a/chrome/browser/autofill/autofill_country_unittest.cc b/components/autofill/browser/autofill_country_unittest.cc |
similarity index 98% |
rename from chrome/browser/autofill/autofill_country_unittest.cc |
rename to components/autofill/browser/autofill_country_unittest.cc |
index c052def48c9da10b29899edcc40362680859c68a..361512923127b18e3d0873672d5e4632aa9956ca 100644 |
--- a/chrome/browser/autofill/autofill_country_unittest.cc |
+++ b/components/autofill/browser/autofill_country_unittest.cc |
@@ -6,7 +6,7 @@ |
#include "base/string16.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/autofill/autofill_country.h" |
+#include "components/autofill/browser/autofill_country.h" |
#include "testing/gtest/include/gtest/gtest.h" |
// Test the constructor and accessors |