| Index: components/sync/engine_impl/syncer_proto_util.cc
|
| diff --git a/components/sync/engine_impl/syncer_proto_util.cc b/components/sync/engine_impl/syncer_proto_util.cc
|
| index aaf338dbf2143b44c8abdd6ccf9ecffde80c73ad..9efd929169bc7425fe6ac591713d0e441813f31a 100644
|
| --- a/components/sync/engine_impl/syncer_proto_util.cc
|
| +++ b/components/sync/engine_impl/syncer_proto_util.cc
|
| @@ -498,7 +498,7 @@ SyncerError SyncerProtoUtil::PostClientToServerMessage(
|
| cycle->delegate()->OnTypesThrottled(
|
| sync_protocol_error.error_data_types, GetThrottleDelay(*response));
|
| }
|
| - if (partial_failure_data_types != NULL) {
|
| + if (partial_failure_data_types != nullptr) {
|
| *partial_failure_data_types = sync_protocol_error.error_data_types;
|
| }
|
| return SERVER_RETURN_PARTIAL_FAILURE;
|
|
|