diff options
Diffstat (limited to 'chromium/chrome/common/service_process_util.cc')
-rw-r--r-- | chromium/chrome/common/service_process_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/common/service_process_util.cc b/chromium/chrome/common/service_process_util.cc index 7e9b588fec6..58a0b0fc058 100644 --- a/chromium/chrome/common/service_process_util.cc +++ b/chromium/chrome/common/service_process_util.cc @@ -153,7 +153,7 @@ std::unique_ptr<base::CommandLine> CreateServiceProcessCommandLine() { return command_line; } -ServiceProcessState::ServiceProcessState() : state_(NULL) { +ServiceProcessState::ServiceProcessState() : state_(nullptr) { autorun_command_line_ = CreateServiceProcessCommandLine(); CreateState(); } |