Index: content/browser/renderer_host/p2p/socket_host_test_utils.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.h b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
index a24d094419d0a6d2fc54923d49b95d2a7e1cf5ee..4aec96b1045947b1d3e0e1076d5c128fe6f8e4be 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h |
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
@@ -19,6 +19,8 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+namespace content { |
+ |
namespace { |
jam
2011/08/24 00:24:27
ditto
Sergey Ulanov
2011/08/24 01:57:48
Done.
|
const char kTestLocalIpAddress[] = "123.44.22.4"; |
@@ -279,4 +281,6 @@ MATCHER_P(MatchIncomingSocketMessage, address, "") { |
} // namespace |
+} // namespace content |
+ |
#endif // CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_TEST_UTILS_H_ |