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

Unified Diff: components/sync/device_info/device_info_service_unittest.cc

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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
Index: components/sync/device_info/device_info_service_unittest.cc
diff --git a/components/sync/device_info/device_info_service_unittest.cc b/components/sync/device_info/device_info_service_unittest.cc
index 3748d38c5864c6917a2965a7e7ccc29722468ed3..907b2ca089d20472527b280b9a5d9ccf87f8dd8a 100644
--- a/components/sync/device_info/device_info_service_unittest.cc
+++ b/components/sync/device_info/device_info_service_unittest.cc
@@ -13,14 +13,14 @@
#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/data_type_error_handler_mock.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/base/time.h"
#include "components/sync/core/test/model_type_store_test_util.h"
#include "components/sync/device_info/local_device_info_provider_mock.h"
+#include "components/sync/model/data_batch.h"
+#include "components/sync/model/data_type_error_handler_mock.h"
+#include "components/sync/model/entity_data.h"
+#include "components/sync/model/fake_model_type_change_processor.h"
+#include "components/sync/model/metadata_batch.h"
#include "components/sync/protocol/model_type_state.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/device_info/device_info_service.cc ('k') | components/sync/device_info/device_info_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698