Index: chrome/browser/webdata/web_data_service_unittest.cc |
diff --git a/chrome/browser/webdata/web_data_service_unittest.cc b/chrome/browser/webdata/web_data_service_unittest.cc |
index 1debbd3bf3798370b6499404e8fd6548e14d4c4b..b10f5f074e17a6f1da36e042459d6aea1647cb9a 100644 |
--- a/chrome/browser/webdata/web_data_service_unittest.cc |
+++ b/chrome/browser/webdata/web_data_service_unittest.cc |
@@ -17,8 +17,6 @@ |
#include "base/synchronization/waitable_event.h" |
#include "base/time.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/autofill/autofill_profile.h" |
-#include "chrome/browser/autofill/credit_card.h" |
#include "chrome/browser/webdata/autofill_change.h" |
#include "chrome/browser/webdata/autofill_entry.h" |
#include "chrome/browser/webdata/web_data_service.h" |
@@ -28,6 +26,8 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/test/base/thread_observer_helper.h" |
+#include "components/autofill/browser/autofill_profile.h" |
+#include "components/autofill/browser/credit_card.h" |
#include "components/autofill/common/form_field_data.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_service.h" |