| Index: content/renderer/pepper/ppapi_webplugin_impl.cc
|
| ===================================================================
|
| --- content/renderer/pepper/ppapi_webplugin_impl.cc (revision 213482)
|
| +++ content/renderer/pepper/ppapi_webplugin_impl.cc (working copy)
|
| @@ -2,12 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/plugins/ppapi/ppapi_webplugin_impl.h"
|
| +#include "content/renderer/pepper/ppapi_webplugin_impl.h"
|
|
|
| #include <cmath>
|
|
|
| #include "base/debug/crash_logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "content/renderer/pepper/message_channel.h"
|
| +#include "content/renderer/pepper/npobject_var.h"
|
| +#include "content/renderer/pepper/plugin_module.h"
|
| +#include "content/renderer/pepper/ppapi_plugin_instance_impl.h"
|
| #include "ppapi/shared_impl/ppapi_globals.h"
|
| #include "ppapi/shared_impl/var_tracker.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| @@ -24,10 +28,6 @@
|
| #include "third_party/WebKit/public/web/WebPrintScalingOption.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/plugins/ppapi/message_channel.h"
|
| -#include "webkit/plugins/ppapi/npobject_var.h"
|
| -#include "webkit/plugins/ppapi/plugin_module.h"
|
| -#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h"
|
|
|
| using ppapi::NPObjectVar;
|
| using WebKit::WebCanvas;
|
|
|