Index: net/spdy/spdy_test_util_spdy3.cc |
=================================================================== |
--- net/spdy/spdy_test_util_spdy3.cc (revision 124690) |
+++ net/spdy/spdy_test_util_spdy3.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/spdy/spdy_test_util.h" |
+#include "net/spdy/spdy_test_util_spdy3.h" |
#include <string> |
@@ -18,6 +18,8 @@ |
namespace net { |
+namespace test_spdy3 { |
+ |
// Chop a frame into an array of MockWrites. |
// |data| is the frame to chop. |
// |length| is the length of the frame to chop. |
@@ -1004,4 +1006,7 @@ |
}; |
return kHeader; |
} |
+ |
+} // namespace test_spdy3 |
+ |
} // namespace net |