Index: chrome/browser/sync/profile_sync_service_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc |
index 0d96ae7c05381a2f91b1afefe633080bce5f9bca..57b30b83ac53daac56a0a66e5ab479c86b0d48f8 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -12,9 +12,6 @@ |
#include "chrome/browser/signin/token_service_factory.h" |
#include "chrome/browser/sync/glue/bookmark_data_type_controller.h" |
#include "chrome/browser/sync/glue/data_type_controller.h" |
-#include "chrome/browser/sync/js/js_arg_list.h" |
-#include "chrome/browser/sync/js/js_event_details.h" |
-#include "chrome/browser/sync/js/js_test_util.h" |
#include "chrome/browser/sync/profile_sync_components_factory_mock.h" |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/common/chrome_version_info.h" |
@@ -23,6 +20,9 @@ |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/test/test_browser_thread.h" |
+#include "sync/js/js_arg_list.h" |
+#include "sync/js/js_event_details.h" |
+#include "sync/js/js_test_util.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webkit/glue/user_agent.h" |