| Index: components/sync/engine_impl/get_updates_processor.h
|
| diff --git a/components/sync/engine_impl/get_updates_processor.h b/components/sync/engine_impl/get_updates_processor.h
|
| index d49b062918162587701c6583710b7c2e3dc19a87..5baa0330a8f226bc46cd59a5cb26d9b70ca83842 100644
|
| --- a/components/sync/engine_impl/get_updates_processor.h
|
| +++ b/components/sync/engine_impl/get_updates_processor.h
|
| @@ -74,7 +74,7 @@ class GetUpdatesProcessor {
|
| StatusController* status);
|
|
|
| // Processes a GetUpdates responses for each type.
|
| - syncer::SyncerError ProcessGetUpdatesResponse(
|
| + SyncerError ProcessGetUpdatesResponse(
|
| ModelTypeSet gu_types,
|
| const sync_pb::GetUpdatesResponse& gu_response,
|
| StatusController* status_controller);
|
|
|