Index: content/browser/renderer_host/p2p/socket_host.cc |
diff --git a/content/browser/renderer_host/p2p/socket_host.cc b/content/browser/renderer_host/p2p/socket_host.cc |
index 6b9a6ce2c3dcca56d855fc0ee52a535ec7648378..ef1c7f18a8ab39bcf3684e64a73c6478a5535890 100644 |
--- a/content/browser/renderer_host/p2p/socket_host.cc |
+++ b/content/browser/renderer_host/p2p/socket_host.cc |
@@ -204,7 +204,7 @@ P2PSocketHost* P2PSocketHost::Create(IPC::Sender* message_sender, |
} |
NOTREACHED(); |
- return NULL; |
+ return nullptr; |
} |
void P2PSocketHost::StartRtpDump( |