| 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..5d01e662bc1d36522ceae21d57ca34fdce0c6f3e 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 GetFailureMessage() const OVERRIDE {
|
| + return std::string();
|
| + }
|
| +
|
| private:
|
| const StreamType type_;
|
| };
|
|
|