summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/pepper_stream_channel.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 06:44:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 06:44:23 +0000
commit1eb55358ccdb0c36b093cf3bb754a603a0449d7b (patch)
treebdc10e2d08d1c95f35c47a6008822504591d36a5 /remoting/protocol/pepper_stream_channel.h
parentf88c2e097ceb2857cd36babc608ba9845ef0eab8 (diff)
downloadchromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.zip
chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.gz
chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.bz2
Cleanup: Remove unneeded forward declarations from remoting.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/pepper_stream_channel.h')
-rw-r--r--remoting/protocol/pepper_stream_channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/pepper_stream_channel.h b/remoting/protocol/pepper_stream_channel.h
index d0f7bb2..4041a68 100644
--- a/remoting/protocol/pepper_stream_channel.h
+++ b/remoting/protocol/pepper_stream_channel.h
@@ -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 @@ namespace net {
class CertVerifier;
class StreamSocket;
class SSLClientSocket;
-class SSLServerSocket;
} // namespace net
namespace remoting {