Index: remoting/base/encoder.h |
=================================================================== |
--- remoting/base/encoder.h (revision 57114) |
+++ remoting/base/encoder.h (working copy) |
@@ -17,7 +17,7 @@ |
namespace remoting { |
class CaptureData; |
-class ChromotingHostMessage; |
+class HostMessage; |
// A class to perform the task of encoding a continous stream of |
// images. |
@@ -40,8 +40,7 @@ |
// of HostMessage to reduce the amount of memory copies. |
// The callback takes ownership of the HostMessage and is responsible for |
// deleting it. |
- typedef Callback2<ChromotingHostMessage*, |
- EncodingState>::Type DataAvailableCallback; |
+ typedef Callback2<HostMessage*, EncodingState>::Type DataAvailableCallback; |
virtual ~Encoder() {} |