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

Unified Diff: components/sync_bookmarks/bookmark_model_associator.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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_bookmarks/bookmark_model_associator.cc
diff --git a/components/sync_bookmarks/bookmark_model_associator.cc b/components/sync_bookmarks/bookmark_model_associator.cc
index 771951489d7c881cfc3fbced229b27f4c0d33a8c..9df27c5e6bd80f416601dd0992be70ac8e0f8bf2 100644
--- a/components/sync_bookmarks/bookmark_model_associator.cc
+++ b/components/sync_bookmarks/bookmark_model_associator.cc
@@ -308,7 +308,7 @@ void BookmarkModelAssociator::Context::MarkForVersionUpdate(
BookmarkModelAssociator::BookmarkModelAssociator(
BookmarkModel* bookmark_model,
- sync_driver::SyncClient* sync_client,
+ syncer::SyncClient* sync_client,
syncer::UserShare* user_share,
std::unique_ptr<syncer::DataTypeErrorHandler> unrecoverable_error_handler,
bool expect_mobile_bookmarks_folder)

Powered by Google App Engine
This is Rietveld 408576698