Index: net/spdy/spdy_websocket_test_util_spdy2.cc |
=================================================================== |
--- net/spdy/spdy_websocket_test_util_spdy2.cc (revision 124690) |
+++ net/spdy/spdy_websocket_test_util_spdy2.cc (working copy) |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/spdy/spdy_websocket_test_util.h" |
+#include "net/spdy/spdy_websocket_test_util_spdy2.h" |
#include "net/spdy/spdy_framer.h" |
#include "net/spdy/spdy_http_utils.h" |
-#include "net/spdy/spdy_test_util.h" |
+#include "net/spdy/spdy_test_util_spdy2.h" |
static const int kDefaultAssociatedStreamId = 0; |
static const bool kDefaultCompressed = false; |
@@ -17,6 +17,8 @@ |
namespace net { |
+namespace test_spdy2 { |
+ |
spdy::SpdyFrame* ConstructSpdyWebSocketHandshakeRequestFrame( |
const char* const headers[], |
int header_count, |
@@ -90,4 +92,6 @@ |
fin ? spdy::DATA_FLAG_FIN : spdy::DATA_FLAG_NONE); |
} |
+} // namespace test_spdy2 |
+ |
} // namespace net |