| Index: components/sync/tools/testserver/run_sync_testserver.cc
|
| diff --git a/components/sync/tools/testserver/run_sync_testserver.cc b/components/sync/tools/testserver/run_sync_testserver.cc
|
| index b7df94ca5dc295cca332d9bf2c3be15cb3423ac2..464de8379c202dc1075b766fbf4e737b1c8fa4c3 100644
|
| --- a/components/sync/tools/testserver/run_sync_testserver.cc
|
| +++ b/components/sync/tools/testserver/run_sync_testserver.cc
|
| @@ -57,7 +57,7 @@ static bool RunSyncTest(
|
| // Gets a port value from the switch with name |switch_name| and writes it to
|
| // |port|. Returns true if a port was provided and false otherwise.
|
| static bool GetPortFromSwitch(const std::string& switch_name, uint16_t* port) {
|
| - DCHECK(port != NULL) << "|port| is NULL";
|
| + DCHECK(port != nullptr) << "|port| is null";
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| int port_int = 0;
|
| if (command_line->HasSwitch(switch_name)) {
|
|
|