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

Unified Diff: remoting/jingle_glue/ssl_socket_adapter.h

Issue 4339001: Correctly handle SSL Client Authentication requests when connecting... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: use HostPortPair instead of host,port Created 10 years, 1 month 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: remoting/jingle_glue/ssl_socket_adapter.h
===================================================================
--- remoting/jingle_glue/ssl_socket_adapter.h (revision 65819)
+++ remoting/jingle_glue/ssl_socket_adapter.h (working copy)
@@ -5,6 +5,7 @@
#ifndef REMOTING_JINGLE_GLUE_SSL_SOCKET_ADAPTER_H_
#define REMOTING_JINGLE_GLUE_SSL_SOCKET_ADAPTER_H_
+#include "base/basictypes.h"
wtc 2010/11/12 00:12:55 Remove this.
Ryan Hamilton 2010/11/12 00:47:30 Done.
#include "base/scoped_ptr.h"
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"

Powered by Google App Engine
This is Rietveld 408576698