Index: content/renderer/pepper/ppb_audio_impl.cc |
=================================================================== |
--- content/renderer/pepper/ppb_audio_impl.cc (revision 213482) |
+++ content/renderer/pepper/ppb_audio_impl.cc (working copy) |
@@ -2,9 +2,11 @@ |
// 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_audio_impl.h" |
+#include "content/renderer/pepper/ppb_audio_impl.h" |
#include "base/logging.h" |
+#include "content/renderer/pepper/common.h" |
+#include "content/renderer/pepper/resource_helper.h" |
#include "media/audio/audio_output_controller.h" |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/ppb_audio.h" |
@@ -13,8 +15,6 @@ |
#include "ppapi/thunk/enter.h" |
#include "ppapi/thunk/ppb_audio_config_api.h" |
#include "ppapi/thunk/thunk.h" |
-#include "webkit/plugins/ppapi/common.h" |
-#include "webkit/plugins/ppapi/resource_helper.h" |
using ppapi::PpapiGlobals; |
using ppapi::thunk::EnterResourceNoLock; |