| Index: content/renderer/pepper/ppb_broker_impl.cc
|
| ===================================================================
|
| --- content/renderer/pepper/ppb_broker_impl.cc (revision 213482)
|
| +++ content/renderer/pepper/ppb_broker_impl.cc (working copy)
|
| @@ -2,17 +2,17 @@
|
| // 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_broker_impl.h"
|
| +#include "content/renderer/pepper/ppb_broker_impl.h"
|
|
|
| #include "base/logging.h"
|
| +#include "content/renderer/pepper/common.h"
|
| +#include "content/renderer/pepper/plugin_module.h"
|
| +#include "content/renderer/pepper/ppapi_plugin_instance_impl.h"
|
| +#include "content/renderer/pepper/resource_helper.h"
|
| #include "ppapi/shared_impl/platform_file.h"
|
| #include "third_party/WebKit/public/web/WebDocument.h"
|
| #include "third_party/WebKit/public/web/WebElement.h"
|
| #include "third_party/WebKit/public/web/WebPluginContainer.h"
|
| -#include "webkit/plugins/ppapi/common.h"
|
| -#include "webkit/plugins/ppapi/plugin_module.h"
|
| -#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h"
|
| -#include "webkit/plugins/ppapi/resource_helper.h"
|
|
|
| using ppapi::PlatformFileToInt;
|
| using ppapi::thunk::PPB_Broker_API;
|
|
|