Index: content/renderer/pepper/ppb_proxy_impl.cc |
=================================================================== |
--- content/renderer/pepper/ppb_proxy_impl.cc (revision 213482) |
+++ content/renderer/pepper/ppb_proxy_impl.cc (working copy) |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/ppapi/ppb_proxy_impl.h" |
+#include "content/renderer/pepper/ppb_proxy_impl.h" |
#include "ppapi/c/private/ppb_proxy_private.h" |
#include "ppapi/thunk/enter.h" |
#include "ppapi/thunk/ppb_image_data_api.h" |
-#include "webkit/plugins/ppapi/host_globals.h" |
-#include "webkit/plugins/ppapi/plugin_module.h" |
+#include "content/renderer/pepper/host_globals.h" |
+#include "content/renderer/pepper/plugin_module.h" |
using ppapi::PpapiGlobals; |
using ppapi::thunk::EnterResource; |