Index: components/sync_driver/device_info_sync_service_unittest.cc |
diff --git a/components/sync_driver/device_info_sync_service_unittest.cc b/components/sync_driver/device_info_sync_service_unittest.cc |
index 1b9962fbd45678ff0d06c94448f448d3f711ce0c..c6f449b4137005792c45febc344b274b96cbf019 100644 |
--- a/components/sync_driver/device_info_sync_service_unittest.cc |
+++ b/components/sync_driver/device_info_sync_service_unittest.cc |
@@ -10,14 +10,14 @@ |
#include <string> |
#include "base/message_loop/message_loop.h" |
+#include "components/sync/api/sync_change.h" |
+#include "components/sync/api/sync_change_processor.h" |
+#include "components/sync/api/sync_change_processor_wrapper_for_test.h" |
+#include "components/sync/api/sync_error_factory_mock.h" |
+#include "components/sync/base/time.h" |
+#include "components/sync/core/attachments/attachment_service_proxy_for_test.h" |
#include "components/sync_driver/device_info_util.h" |
#include "components/sync_driver/local_device_info_provider_mock.h" |
-#include "sync/api/sync_change.h" |
-#include "sync/api/sync_change_processor.h" |
-#include "sync/api/sync_change_processor_wrapper_for_test.h" |
-#include "sync/api/sync_error_factory_mock.h" |
-#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h" |
-#include "sync/util/time.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using base::Time; |