| 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..abf9693cbc9f2da87f87f85e032d22bbe8230490 100644
|
| --- a/components/sync_driver/shared_change_processor.cc
|
| +++ b/components/sync_driver/shared_change_processor.cc
|
| @@ -12,6 +12,7 @@
|
| #include "components/sync_driver/sync_client.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/syncable_service.h"
|
| +#include "sync/internal_api/public/data_type_error_handler.h"
|
|
|
| using base::AutoLock;
|
|
|
| @@ -53,7 +54,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);
|
|
|