| Index: remoting/host/chromoting_host_context.h
|
| diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
|
| index 2dbb34a848535286e6ad905fde93d077ff81a76f..58a0af5e49503060b710301295a502437437ffe5 100644
|
| --- a/remoting/host/chromoting_host_context.h
|
| +++ b/remoting/host/chromoting_host_context.h
|
| @@ -24,7 +24,7 @@ class ChromotingHostContext {
|
| // Create threads and URLRequestContextGetter for use by a host.
|
| // During shutdown the caller should tear-down the ChromotingHostContext and
|
| // then continue to run until |ui_task_runner| is no longer referenced.
|
| - // NULL is returned if any threads fail to start.
|
| + // nullptr is returned if any threads fail to start.
|
| static scoped_ptr<ChromotingHostContext> Create(
|
| scoped_refptr<AutoThreadTaskRunner> ui_task_runner);
|
|
|
|
|