diff options
Diffstat (limited to 'remoting/protocol/host_message_dispatcher.h')
-rw-r--r-- | remoting/protocol/host_message_dispatcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/protocol/host_message_dispatcher.h b/remoting/protocol/host_message_dispatcher.h index 67df286..2a55474 100644 --- a/remoting/protocol/host_message_dispatcher.h +++ b/remoting/protocol/host_message_dispatcher.h @@ -10,6 +10,10 @@ #include "base/task.h" #include "remoting/protocol/message_reader.h" +namespace base { +class MessageLoopProxy; +} // namespace base + namespace remoting { namespace protocol { |