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

Unified Diff: net/socket/ssl_client_socket_win.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/socket/ssl_client_socket_win.h
diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h
index e9a74feeb22902afb8f740242a79381b3d20fc5e..93d7415a307d33192edc1b580050456bbe1281ff 100644
--- a/net/socket/ssl_client_socket_win.h
+++ b/net/socket/ssl_client_socket_win.h
@@ -53,7 +53,7 @@ class SSLClientSocketWin : public SSLClientSocket {
const base::StringPiece& context,
unsigned char* out,
unsigned int outlen);
- virtual NextProtoStatus GetNextProto(std::string* proto,
+ virtual SSLClientSocket::NextProtoStatus GetNextProto(std::string* proto,
std::string* server_protos);
virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698