| Index: content/plugin/webplugin_delegate_stub.cc
|
| diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc
|
| index 023861dbba3de25b07dd58754ad9b1a96cc021bd..16bec4797929cef8a6e8b081c12da677fbc20198 100644
|
| --- a/content/plugin/webplugin_delegate_stub.cc
|
| +++ b/content/plugin/webplugin_delegate_stub.cc
|
| @@ -9,18 +9,18 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "content/common_child/plugin_messages.h"
|
| +#include "content/child/plugin_messages.h"
|
| #include "content/plugin/plugin_channel.h"
|
| #include "content/plugin/plugin_thread.h"
|
| #include "content/plugin/webplugin_proxy.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/content_switches.h"
|
| -#include "third_party/npapi/bindings/npapi.h"
|
| -#include "third_party/npapi/bindings/npruntime.h"
|
| #include "skia/ext/platform_device.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| +#include "third_party/npapi/bindings/npapi.h"
|
| +#include "third_party/npapi/bindings/npruntime.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
| #include "webkit/plugins/npapi/plugin_instance.h"
|
| #include "webkit/plugins/npapi/webplugin_delegate_impl.h"
|
|
|