| Index: components/sync/engine_impl/syncer_proto_util_unittest.cc
|
| diff --git a/components/sync/engine_impl/syncer_proto_util_unittest.cc b/components/sync/engine_impl/syncer_proto_util_unittest.cc
|
| index 6e39cd7b8256fdb011672e14d1e7ac44eda07d0c..4efb8ed4cc57e55a6a7c7ef03b7cd79801e1b102 100644
|
| --- a/components/sync/engine_impl/syncer_proto_util_unittest.cc
|
| +++ b/components/sync/engine_impl/syncer_proto_util_unittest.cc
|
| @@ -248,11 +248,11 @@ TEST_F(SyncerProtoUtilTest, PostAndProcessHeaders) {
|
|
|
| dcm.set_send_error(true);
|
| EXPECT_FALSE(
|
| - SyncerProtoUtil::PostAndProcessHeaders(&dcm, NULL, msg, &response));
|
| + SyncerProtoUtil::PostAndProcessHeaders(&dcm, nullptr, msg, &response));
|
|
|
| dcm.set_send_error(false);
|
| EXPECT_TRUE(
|
| - SyncerProtoUtil::PostAndProcessHeaders(&dcm, NULL, msg, &response));
|
| + SyncerProtoUtil::PostAndProcessHeaders(&dcm, nullptr, msg, &response));
|
| }
|
|
|
| } // namespace syncer
|
|
|