Index: chrome/browser/autofill/autofill_browsertest.cc |
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc |
index 70c8e9e3ab3037f542f0ab21578ae1a6a114fdcc..45425d870414ab3b6a5a7bc6ca050f07fcd09871 100644 |
--- a/chrome/browser/autofill/autofill_browsertest.cc |
+++ b/chrome/browser/autofill/autofill_browsertest.cc |
@@ -16,15 +16,7 @@ |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" |
#include "chrome/browser/api/infobars/infobar_service.h" |
-#include "chrome/browser/autofill/autofill_common_test.h" |
-#include "chrome/browser/autofill/autofill_external_delegate.h" |
-#include "chrome/browser/autofill/autofill_manager.h" |
-#include "chrome/browser/autofill/autofill_profile.h" |
-#include "chrome/browser/autofill/credit_card.h" |
-#include "chrome/browser/autofill/personal_data_manager.h" |
#include "chrome/browser/autofill/personal_data_manager_factory.h" |
-#include "chrome/browser/autofill/personal_data_manager_observer.h" |
-#include "chrome/browser/autofill/validation.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/translate/translate_infobar_delegate.h" |
#include "chrome/browser/translate/translate_manager.h" |
@@ -35,6 +27,14 @@ |
#include "chrome/common/render_messages.h" |
#include "chrome/test/base/in_process_browser_test.h" |
#include "chrome/test/base/ui_test_utils.h" |
+#include "components/autofill/browser/autofill_common_test.h" |
+#include "components/autofill/browser/autofill_external_delegate.h" |
+#include "components/autofill/browser/autofill_manager.h" |
+#include "components/autofill/browser/autofill_profile.h" |
+#include "components/autofill/browser/credit_card.h" |
+#include "components/autofill/browser/personal_data_manager.h" |
+#include "components/autofill/browser/personal_data_manager_observer.h" |
+#include "components/autofill/browser/validation.h" |
#include "content/public/browser/navigation_controller.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |