| Index: extensions/browser/api/cast_channel/cast_channel_api.h
|
| diff --git a/extensions/browser/api/cast_channel/cast_channel_api.h b/extensions/browser/api/cast_channel/cast_channel_api.h
|
| index c3438119750fb9a7842402e057d56961713eb242..e3fc6c5de2ad2235a4b1f8c7163da55fde759e84 100644
|
| --- a/extensions/browser/api/cast_channel/cast_channel_api.h
|
| +++ b/extensions/browser/api/cast_channel/cast_channel_api.h
|
| @@ -59,7 +59,7 @@ class CastChannelAPI : public BrowserContextKeyedAPI {
|
| void SetSocketForTest(scoped_ptr<cast_channel::CastSocket> socket_for_test);
|
|
|
| // Returns a test CastSocket instance, if it is defined.
|
| - // Otherwise returns a scoped_ptr with a NULL ptr value.
|
| + // Otherwise returns a scoped_ptr with a nullptr value.
|
| scoped_ptr<cast_channel::CastSocket> GetSocketForTest();
|
|
|
| // Returns the API browser context.
|
| @@ -166,7 +166,7 @@ class CastChannelOpenFunction : public CastChannelAsyncApiFunction {
|
| cast_channel::ConnectInfo* connect_info);
|
|
|
| // Validates that |connect_info| represents a valid IP end point and returns a
|
| - // new IPEndPoint if so. Otherwise returns NULL.
|
| + // new IPEndPoint if so. Otherwise returns nullptr.
|
| static net::IPEndPoint* ParseConnectInfo(
|
| const cast_channel::ConnectInfo& connect_info);
|
|
|
|
|