| 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 ea857418e8b3b901b427b0c03f82c18756b731e5..2b88f4ac1f798175c760e1d43d15ae5f990e823e 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| @@ -17,6 +17,8 @@ using ::testing::DeleteArg;
|
| using ::testing::DoAll;
|
| using ::testing::Return;
|
|
|
| +namespace content {
|
| +
|
| class P2PSocketHostTcpTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() OVERRIDE {
|
| @@ -165,3 +167,5 @@ TEST_F(P2PSocketHostTcpTest, SendAfterStunRequest) {
|
|
|
| EXPECT_EQ(expected_data, sent_data_);
|
| }
|
| +
|
| +} // namespace content
|
|
|