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

Unified Diff: components/sync_driver/device_info_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_service.cc ('k') | components/sync_driver/device_info_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/device_info_service_unittest.cc
diff --git a/components/sync_driver/device_info_service_unittest.cc b/components/sync_driver/device_info_service_unittest.cc
index b9b0b9e5a5f5a186109bbe5d434039e699eaf72a..9b38f460236976c7ddc96dee0950d331d8dad3f3 100644
--- a/components/sync_driver/device_info_service_unittest.cc
+++ b/components/sync_driver/device_info_service_unittest.cc
@@ -15,16 +15,16 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/strings/stringprintf.h"
+#include "components/sync/api/data_batch.h"
+#include "components/sync/api/entity_data.h"
+#include "components/sync/api/fake_model_type_change_processor.h"
+#include "components/sync/api/metadata_batch.h"
+#include "components/sync/api/model_type_store.h"
+#include "components/sync/base/time.h"
+#include "components/sync/core/test/data_type_error_handler_mock.h"
+#include "components/sync/core/test/model_type_store_test_util.h"
+#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync_driver/local_device_info_provider_mock.h"
-#include "sync/api/data_batch.h"
-#include "sync/api/entity_data.h"
-#include "sync/api/fake_model_type_change_processor.h"
-#include "sync/api/metadata_batch.h"
-#include "sync/api/model_type_store.h"
-#include "sync/internal_api/public/test/data_type_error_handler_mock.h"
-#include "sync/internal_api/public/test/model_type_store_test_util.h"
-#include "sync/protocol/data_type_state.pb.h"
-#include "sync/util/time.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sync_driver_v2 {
« no previous file with comments | « components/sync_driver/device_info_service.cc ('k') | components/sync_driver/device_info_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698