Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index 489334729b065768a42abe4b10c0b3870c750e18..84c44ae273b53a8926fef3cf9228cedcc09e33e4 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -164,7 +164,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
}; |
// Creates encoder for the specified configuration. |
- static Encoder* CreateEncoder(const protocol::SessionConfig& config); |
+ static VideoEncoder* CreateVideoEncoder( |
+ const protocol::SessionConfig& config); |
// Creates an audio encoder for the specified configuration. |
static scoped_ptr<AudioEncoder> CreateAudioEncoder( |