Chromium Code Reviews| 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 { |
|
jam
2011/08/24 00:24:27
ditto
Sergey Ulanov
2011/08/24 01:57:48
Not sure what's wrong here.
jam
2011/08/24 16:30:53
oops sorry that was by mistake
|
| + |
| 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 |