Index: components/sync_driver/fake_generic_change_processor.h |
diff --git a/components/sync_driver/fake_generic_change_processor.h b/components/sync_driver/fake_generic_change_processor.h |
index 0e9fbd472ca00ca93b3dc886f2196b5c875c62e4..5d1dbca8ae0695038646d5b82600529c36486aaf 100644 |
--- a/components/sync_driver/fake_generic_change_processor.h |
+++ b/components/sync_driver/fake_generic_change_processor.h |
@@ -52,7 +52,7 @@ class FakeGenericChangeProcessorFactory : public GenericChangeProcessorFactory { |
std::unique_ptr<GenericChangeProcessor> CreateGenericChangeProcessor( |
syncer::ModelType type, |
syncer::UserShare* user_share, |
- DataTypeErrorHandler* error_handler, |
+ syncer::DataTypeErrorHandler* error_handler, |
const base::WeakPtr<syncer::SyncableService>& local_service, |
const base::WeakPtr<syncer::SyncMergeResult>& merge_result, |
SyncClient* sync_client) override; |