| Index: remoting/protocol/pepper_stream_channel.h
|
| ===================================================================
|
| --- remoting/protocol/pepper_stream_channel.h (revision 109590)
|
| +++ remoting/protocol/pepper_stream_channel.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef REMOTING_PROTOCOL_PEPPER_STREAM_CHANNEL_H_
|
| #define REMOTING_PROTOCOL_PEPPER_STREAM_CHANNEL_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/completion_callback.h"
|
| @@ -17,7 +19,6 @@
|
| class CertVerifier;
|
| class StreamSocket;
|
| class SSLClientSocket;
|
| -class SSLServerSocket;
|
| } // namespace net
|
|
|
| namespace remoting {
|
|
|