| Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| index 9a1ac0678edeb559d8554cf89d06b0ccd28a042a..f0adb7c687a4662853013db092a3a6a88139a314 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -229,7 +229,7 @@ class FakeServerChange {
|
| }
|
|
|
| // Pass the fake change list to |service|.
|
| - void ApplyPendingChanges(ChangeProcessor* processor) {
|
| + void ApplyPendingChanges(sync_driver::ChangeProcessor* processor) {
|
| processor->ApplyChangesFromSyncModel(
|
| trans_, 0, syncer::ImmutableChangeRecordList(&changes_));
|
| }
|
| @@ -748,7 +748,7 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
|
| BookmarkModel* model_;
|
| syncer::TestUserShare test_user_share_;
|
| scoped_ptr<BookmarkChangeProcessor> change_processor_;
|
| - StrictMock<DataTypeErrorHandlerMock> mock_error_handler_;
|
| + StrictMock<sync_driver::DataTypeErrorHandlerMock> mock_error_handler_;
|
| scoped_ptr<BookmarkModelAssociator> model_associator_;
|
|
|
| private:
|
|
|