diff options
Diffstat (limited to 'remoting/client/plugin/pepper_util.cc')
-rw-r--r-- | remoting/client/plugin/pepper_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/plugin/pepper_util.cc b/remoting/client/plugin/pepper_util.cc index 7c91233..ff0c0f5 100644 --- a/remoting/client/plugin/pepper_util.cc +++ b/remoting/client/plugin/pepper_util.cc @@ -5,8 +5,8 @@ #include "remoting/client/plugin/pepper_util.h" #include "base/task.h" -#include "third_party/ppapi/c/pp_completion_callback.h" -#include "third_party/ppapi/cpp/module.h" +#include "ppapi/c/pp_completion_callback.h" +#include "ppapi/cpp/module.h" namespace remoting { |