Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: net/http/http_pipelined_host_test_util.h

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address wtc's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_pipelined_host_pool_unittest.cc ('k') | net/http/http_pipelined_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host_test_util.h
diff --git a/net/http/http_pipelined_host_test_util.h b/net/http/http_pipelined_host_test_util.h
index eeb7b34885a1b5b2b859cfbd1f1146bfb497105d..245ff02c4d58109477f21559a1e1b50a90c164d4 100644
--- a/net/http/http_pipelined_host_test_util.h
+++ b/net/http/http_pipelined_host_test_util.h
@@ -33,7 +33,7 @@ class MockPipelineFactory : public HttpPipelinedConnection::Factory {
const ProxyInfo& used_proxy_info,
const BoundNetLog& net_log,
bool was_npn_negotiated,
- SSLClientSocket::NextProto protocol_negotiated));
+ NextProto protocol_negotiated));
};
class MockPipeline : public HttpPipelinedConnection {
@@ -57,7 +57,7 @@ class MockPipeline : public HttpPipelinedConnection {
MOCK_CONST_METHOD0(used_proxy_info, const ProxyInfo&());
MOCK_CONST_METHOD0(net_log, const BoundNetLog&());
MOCK_CONST_METHOD0(was_npn_negotiated, bool());
- MOCK_CONST_METHOD0(protocol_negotiated, SSLClientSocket::NextProto());
+ MOCK_CONST_METHOD0(protocol_negotiated, NextProto());
private:
int depth_;
« no previous file with comments | « net/http/http_pipelined_host_pool_unittest.cc ('k') | net/http/http_pipelined_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698