Index: net/spdy/spdy_test_utils.h |
diff --git a/net/spdy/spdy_test_utils.h b/net/spdy/spdy_test_utils.h |
index 920f1f7c1b1aca5383d1a65440bfc9085894d3c4..31657f2146d63f33d68e0cabc530de8b524b7dbb 100644 |
--- a/net/spdy/spdy_test_utils.h |
+++ b/net/spdy/spdy_test_utils.h |
@@ -13,15 +13,16 @@ namespace net { |
namespace test { |
-std::string HexDumpWithMarks(const unsigned char* data, int length, |
- const bool* marks, int mark_length); |
- |
-void CompareCharArraysWithHexError( |
- const std::string& description, |
- const unsigned char* actual, |
- const int actual_len, |
- const unsigned char* expected, |
- const int expected_len); |
+std::string HexDumpWithMarks(const unsigned char* data, |
+ int length, |
+ const bool* marks, |
+ int mark_length); |
+ |
+void CompareCharArraysWithHexError(const std::string& description, |
+ const unsigned char* actual, |
+ const int actual_len, |
+ const unsigned char* expected, |
+ const int expected_len); |
void SetFrameFlags(SpdyFrame* frame, |
uint8 flags, |