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

Unified Diff: components/browser_sync/profile_sync_service_bookmark_unittest.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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/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 c0e9463a64b24c6c616d04056d000d99f37f0a0a..ff90423810fb4bdad9a135d6ecf5b8f8aa6c8d86 100644
--- a/components/browser_sync/profile_sync_service_bookmark_unittest.cc
+++ b/components/browser_sync/profile_sync_service_bookmark_unittest.cc
@@ -266,7 +266,7 @@ class FakeServerChange {
}
// Pass the fake change list to |service|.
- void ApplyPendingChanges(sync_driver::ChangeProcessor* processor) {
+ void ApplyPendingChanges(syncer::ChangeProcessor* processor) {
processor->ApplyChangesFromSyncModel(
trans_, 0, syncer::ImmutableChangeRecordList(&changes_));
}
@@ -817,7 +817,7 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
base::ScopedTempDir data_dir_;
ProfileSyncServiceBundle profile_sync_service_bundle_;
- std::unique_ptr<sync_driver::FakeSyncClient> sync_client_;
+ std::unique_ptr<syncer::FakeSyncClient> sync_client_;
std::unique_ptr<BookmarkModel> model_;
syncer::TestUserShare test_user_share_;
std::unique_ptr<BookmarkChangeProcessor> change_processor_;
« no previous file with comments | « components/browser_sync/profile_sync_service_autofill_unittest.cc ('k') | components/browser_sync/profile_sync_service_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698