Index: components/sync_driver/shared_change_processor.cc |
diff --git a/components/sync_driver/shared_change_processor.cc b/components/sync_driver/shared_change_processor.cc |
index 9bdd3a27aca68c3be88b7e820b89c5dd749d6880..d0359f867ee99d01727f8118aafbf7d9b998b277 100644 |
--- a/components/sync_driver/shared_change_processor.cc |
+++ b/components/sync_driver/shared_change_processor.cc |
@@ -53,7 +53,7 @@ base::WeakPtr<syncer::SyncableService> SharedChangeProcessor::Connect( |
SyncClient* sync_client, |
GenericChangeProcessorFactory* processor_factory, |
syncer::UserShare* user_share, |
- DataTypeErrorHandler* error_handler, |
+ syncer::DataTypeErrorHandler* error_handler, |
syncer::ModelType type, |
const base::WeakPtr<syncer::SyncMergeResult>& merge_result) { |
DCHECK(sync_client); |