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_; |