Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: components/sync_driver/device_info_sync_service_unittest.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver/device_info_sync_service.cc ('k') | components/sync_driver/device_info_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/sync_driver/device_info_sync_service.cc ('k') | components/sync_driver/device_info_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698