diff options
Diffstat (limited to 'remoting/client/plugin/chromoting_instance.cc')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc index 3a5f2fa..67979c0 100644 --- a/remoting/client/plugin/chromoting_instance.cc +++ b/remoting/client/plugin/chromoting_instance.cc @@ -10,6 +10,9 @@ #include "base/message_loop.h" #include "base/string_util.h" #include "base/thread.h" +#include "ppapi/c/pp_input_event.h" +#include "ppapi/cpp/completion_callback.h" +#include "ppapi/cpp/rect.h" #include "remoting/client/client_config.h" #include "remoting/client/client_util.h" #include "remoting/client/chromoting_client.h" @@ -20,9 +23,6 @@ #include "remoting/client/plugin/pepper_input_handler.h" #include "remoting/client/plugin/pepper_view.h" #include "remoting/jingle_glue/jingle_thread.h" -#include "third_party/ppapi/c/pp_input_event.h" -#include "third_party/ppapi/cpp/completion_callback.h" -#include "third_party/ppapi/cpp/rect.h" namespace remoting { |