Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index 2fdcadb5e59b890b2489d9967f2dd83031429de1..6616c24bfcba27aa62cd8a3fcac988e0fcd231a2 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -24,11 +24,11 @@ namespace remoting { |
namespace protocol { |
class ConnectionToClient; |
+class SessionConfig; |
} // namespace protocol |
class Capturer; |
class ChromotingHostContext; |
-class ChromotocolConfig; |
class Encoder; |
class EventExecutor; |
class MutableHostConfig; |
@@ -119,7 +119,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
void OnServerClosed(); |
// Creates encoder for the specified configuration. |
- Encoder* CreateEncoder(const ChromotocolConfig* config); |
+ Encoder* CreateEncoder(const protocol::SessionConfig* config); |
// The context that the chromoting host runs on. |
ChromotingHostContext* context_; |