Index: content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc |
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc b/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc |
index f2d61463a21af78f00960f8ead0dc6a342857c57..28f7c0b9ccc4c3bc7f9b49d828d458ff3cc71fbd 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc |
@@ -25,7 +25,7 @@ class P2PSocketHostTcpTestBase : public testing::Test { |
: socket_type_(type) { |
} |
- virtual void SetUp() OVERRIDE { |
+ virtual void SetUp() override { |
EXPECT_CALL(sender_, Send( |
MatchMessage(static_cast<uint32>(P2PMsg_OnSocketCreated::ID)))) |
.WillOnce(DoAll(DeleteArg<0>(), Return(true))); |