Chromium Code Reviews

Unified Diff: net/spdy/spdy_test_util_spdy2.h

Issue 9582034: Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix merge bug Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/spdy/spdy_test_util.cc ('k') | net/spdy/spdy_test_util_spdy2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/spdy/spdy_test_util.cc ('k') | net/spdy/spdy_test_util_spdy2.cc » ('j') | no next file with comments »

Powered by Google App Engine