Chromium Code Reviews| 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..439311e2c16a95456109d35c9a90490bbc6c41ca 100644 |
| --- a/net/spdy/spdy_test_utils.h |
| +++ b/net/spdy/spdy_test_utils.h |
| @@ -31,6 +31,8 @@ void SetFrameLength(SpdyFrame* frame, |
| size_t length, |
| SpdyMajorVersion spdy_version); |
| +std::string a2b_hex(const char* hex_data); |
| + |
| } // namespace test |
| } // namespace net |