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

Unified Diff: net/http/proxy_client_socket.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: Unwrap short lines. 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
Index: net/http/proxy_client_socket.h
diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
index 476e4788f561cee60c7abbd9e4836619984fd9f7..7a17a019a4e906d960d59e098b97cac9cbbf450e 100644
--- a/net/http/proxy_client_socket.h
+++ b/net/http/proxy_client_socket.h
@@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
virtual bool IsUsingSpdy() const = 0;
// Returns the protocol negotiated with the proxy.
- virtual SSLClientSocket::NextProto GetProtocolNegotiated() const = 0;
+ virtual NextProto GetProtocolNegotiated() const = 0;
protected:
// The HTTP CONNECT method for establishing a tunnel connection is documented

Powered by Google App Engine
This is Rietveld 408576698