Index: net/http/http_stream_factory_impl_unittest.cc |
diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc |
index 87c18475c00027d609a3e7bc9ee4d76b65776226..aa6e2984d1707330a76a229a61e14716ef3bbc4f 100644 |
--- a/net/http/http_stream_factory_impl_unittest.cc |
+++ b/net/http/http_stream_factory_impl_unittest.cc |
@@ -116,6 +116,10 @@ class MockWebSocketHandshakeStream : public WebSocketHandshakeStreamBase { |
return scoped_ptr<WebSocketStream>(); |
} |
+ virtual std::string FailureMessage() const OVERRIDE { |
+ return std::string(); |
+ } |
+ |
private: |
const StreamType type_; |
}; |