Index: net/spdy/spdy_test_util_spdy2.h |
=================================================================== |
--- net/spdy/spdy_test_util_spdy2.h (revision 124690) |
+++ net/spdy/spdy_test_util_spdy2.h (working copy) |
@@ -27,6 +27,8 @@ |
namespace net { |
+namespace test_spdy2 { |
+ |
// Default upload data used by both, mock objects and framer when creating |
// data frames. |
const char kDefaultURL[] = "http://www.google.com"; |
@@ -409,6 +411,8 @@ |
DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer); |
}; |
+} // namespace test_spdy2 |
+ |
} // namespace net |
#endif // NET_SPDY_SPDY_TEST_UTIL_H_ |