Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index d46093b10a0e1d00e8b2e4135798a2d353e12a00..1c535257ed6072e0cf601dfea7aa264009e7d4b3 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -27,7 +27,6 @@ |
#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/browser/signin/token_service_factory.h" |
#include "chrome/browser/sync/abstract_profile_sync_service_test.h" |
-#include "chrome/browser/sync/engine/model_changing_syncer_command.h" |
#include "chrome/browser/sync/glue/autofill_data_type_controller.h" |
#include "chrome/browser/sync/glue/autofill_profile_data_type_controller.h" |
#include "chrome/browser/sync/glue/data_type_controller.h" |
@@ -40,9 +39,6 @@ |
#include "chrome/browser/sync/profile_sync_components_factory.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_test_util.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/test/engine/test_id_factory.h" |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/browser/webdata/autocomplete_syncable_service.h" |
#include "chrome/browser/webdata/autofill_change.h" |
@@ -54,7 +50,11 @@ |
#include "chrome/common/net/gaia/gaia_constants.h" |
#include "content/public/browser/notification_source.h" |
#include "content/test/test_browser_thread.h" |
+#include "sync/engine/model_changing_syncer_command.h" |
#include "sync/protocol/autofill_specifics.pb.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/test/engine/test_id_factory.h" |
#include "testing/gmock/include/gmock/gmock.h" |
using base::Time; |