Index: remoting/protocol/stream_writer.h |
diff --git a/remoting/protocol/stream_writer.h b/remoting/protocol/stream_writer.h |
index 7c5a3bda1dd92d2acf1993b442fc1a39f6546b5d..15b9bdd207620112814927fe4c59fb2abf1edca6 100644 |
--- a/remoting/protocol/stream_writer.h |
+++ b/remoting/protocol/stream_writer.h |
@@ -50,7 +50,7 @@ class ControlStreamWriter : public StreamWriterBase { |
public: |
// Sends the |message| or returns false if called before Init(). |
// Can be called on any thread. |
- bool SendMessage(const ChromotingHostMessage& message); |
+ bool SendMessage(const ControlMessage& message); |
}; |
} // namespace protocol |