Index: chrome/browser/chromeos/preferences_unittest.cc |
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc |
index c7bd03fe9233f8d18f4af03c9d6a9fd0a9dc8547..f142d74e7526b39cf1c6e4e57fb471c61ac3c5ae 100644 |
--- a/chrome/browser/chromeos/preferences_unittest.cc |
+++ b/chrome/browser/chromeos/preferences_unittest.cc |
@@ -21,19 +21,19 @@ |
#include "chrome/test/base/testing_profile.h" |
#include "chrome/test/base/testing_profile_manager.h" |
#include "components/prefs/pref_member.h" |
+#include "components/sync/api/attachments/attachment_id.h" |
+#include "components/sync/api/fake_sync_change_processor.h" |
+#include "components/sync/api/sync_change.h" |
+#include "components/sync/api/sync_data.h" |
+#include "components/sync/api/sync_error_factory.h" |
+#include "components/sync/api/sync_error_factory_mock.h" |
+#include "components/sync/api/syncable_service.h" |
+#include "components/sync/core/attachments/attachment_service_proxy_for_test.h" |
+#include "components/sync/protocol/preference_specifics.pb.h" |
+#include "components/sync/protocol/sync.pb.h" |
#include "components/syncable_prefs/testing_pref_service_syncable.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "content/public/test/test_utils.h" |
-#include "sync/api/attachments/attachment_id.h" |
-#include "sync/api/fake_sync_change_processor.h" |
-#include "sync/api/sync_change.h" |
-#include "sync/api/sync_data.h" |
-#include "sync/api/sync_error_factory.h" |
-#include "sync/api/sync_error_factory_mock.h" |
-#include "sync/api/syncable_service.h" |
-#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h" |
-#include "sync/protocol/preference_specifics.pb.h" |
-#include "sync/protocol/sync.pb.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/ime/chromeos/extension_ime_util.h" |
#include "ui/base/ime/chromeos/input_method_whitelist.h" |