Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1373)

Unified Diff: content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc

Issue 7715020: Move P2P code to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698