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

Unified Diff: components/browser_sync/profile_sync_service_bookmark_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/browser_sync/profile_sync_service_bookmark_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_bookmark_unittest.cc b/components/browser_sync/profile_sync_service_bookmark_unittest.cc
index ff90423810fb4bdad9a135d6ecf5b8f8aa6c8d86..578bc1b29632f400417928d0f25c6148ca172c03 100644
--- a/components/browser_sync/profile_sync_service_bookmark_unittest.cc
+++ b/components/browser_sync/profile_sync_service_bookmark_unittest.cc
@@ -37,10 +37,6 @@
#include "components/bookmarks/test/bookmark_test_helpers.h"
#include "components/bookmarks/test/test_bookmark_client.h"
#include "components/browser_sync/profile_sync_test_util.h"
-#include "components/sync/api/data_type_error_handler.h"
-#include "components/sync/api/data_type_error_handler_mock.h"
-#include "components/sync/api/sync_error.h"
-#include "components/sync/api/sync_merge_result.h"
#include "components/sync/core/change_record.h"
#include "components/sync/core/read_node.h"
#include "components/sync/core/read_transaction.h"
@@ -49,6 +45,10 @@
#include "components/sync/core/write_transaction.h"
#include "components/sync/core_impl/syncapi_internal.h"
#include "components/sync/driver/fake_sync_client.h"
+#include "components/sync/model/data_type_error_handler.h"
+#include "components/sync/model/data_type_error_handler_mock.h"
+#include "components/sync/model/sync_error.h"
+#include "components/sync/model/sync_merge_result.h"
#include "components/sync/syncable/mutable_entry.h"
#include "components/sync/syncable/syncable_id.h"
#include "components/sync/syncable/syncable_util.h"
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/browser_sync/profile_sync_service_typed_url_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698