| Index: sync/engine/non_blocking_type_processor_core.h
|
| diff --git a/sync/engine/non_blocking_type_processor_core.h b/sync/engine/non_blocking_type_processor_core.h
|
| index 0c1cc1c0bf82edf0d5aa12f7cd1ba72d7419f3f8..c9cec886b479b3e6fd3846714dfeaae6338ad349 100644
|
| --- a/sync/engine/non_blocking_type_processor_core.h
|
| +++ b/sync/engine/non_blocking_type_processor_core.h
|
| @@ -59,7 +59,7 @@ class SYNC_EXPORT NonBlockingTypeProcessorCore
|
| sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
|
| virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
|
| OVERRIDE;
|
| - virtual void ProcessGetUpdatesResponse(
|
| + virtual SyncerError ProcessGetUpdatesResponse(
|
| const sync_pb::DataTypeProgressMarker& progress_marker,
|
| const sync_pb::DataTypeContext& mutated_context,
|
| const SyncEntityList& applicable_updates,
|
|
|