diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 16:05:55 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 16:05:55 +0000 |
commit | 572b77fa3c3a24276dd567f8305cff9fef5195eb (patch) | |
tree | 666d92ac3acfb007f16af2dc5f9f41f38303c379 /remoting/client/plugin/chromoting_instance.cc | |
parent | 27c6115d06c4abf1f30d923202db07cf8a71b2cd (diff) | |
download | chromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.zip chromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.tar.gz chromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.tar.bz2 |
Revert PPAPI change due to Linux compile failures.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64751 0039d316-1c4b-4281-b951-d872f2087c98
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 67979c0..3a5f2fa 100644 --- a/remoting/client/plugin/chromoting_instance.cc +++ b/remoting/client/plugin/chromoting_instance.cc @@ -10,9 +10,6 @@ #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" @@ -23,6 +20,9 @@ #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 { |