diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/it2me/it2me_host.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h index f38e5c3..a5d77a4 100644 --- a/remoting/host/it2me/it2me_host.h +++ b/remoting/host/it2me/it2me_host.h @@ -6,11 +6,16 @@ #define REMOTING_HOST_IT2ME_IT2ME_HOST_H_ #include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/single_thread_task_runner.h" #include "remoting/host/log_to_server.h" #include "remoting/jingle_glue/xmpp_signal_strategy.h" +namespace base { +class DictionaryValue; +} + namespace remoting { class RegisterSupportHostRequest; |