Index: components/autofill/browser/autofill_external_delegate_unittest.cc |
diff --git a/chrome/browser/autofill/autofill_external_delegate_unittest.cc b/components/autofill/browser/autofill_external_delegate_unittest.cc |
similarity index 98% |
rename from chrome/browser/autofill/autofill_external_delegate_unittest.cc |
rename to components/autofill/browser/autofill_external_delegate_unittest.cc |
index ccfd2d1759493cc186c43f85439abfe1eec07ecb..e6b5cb5e64e78fb72d136c1f4ed844a88f90af25 100644 |
--- a/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
+++ b/components/autofill/browser/autofill_external_delegate_unittest.cc |
@@ -6,11 +6,11 @@ |
#include "base/compiler_specific.h" |
#include "base/string16.h" |
-#include "chrome/browser/autofill/autofill_manager.h" |
-#include "chrome/browser/autofill/test_autofill_external_delegate.h" |
-#include "chrome/browser/autofill/test_autofill_manager_delegate.h" |
#include "chrome/test/base/chrome_render_view_host_test_harness.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "components/autofill/browser/autofill_manager.h" |
+#include "components/autofill/browser/test_autofill_external_delegate.h" |
+#include "components/autofill/browser/test_autofill_manager_delegate.h" |
#include "components/autofill/common/form_data.h" |
#include "components/autofill/common/form_field_data.h" |
#include "content/public/test/test_browser_thread.h" |