| Index: chrome/renderer/webplugin_delegate_proxy.cc
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_proxy.cc (revision 78042)
|
| +++ chrome/renderer/webplugin_delegate_proxy.cc (working copy)
|
| @@ -21,7 +21,6 @@
|
| #include "base/sys_info.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/child_process_logging.h"
|
| -#include "chrome/common/plugin_messages.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/plugin/npobject_proxy.h"
|
| #include "chrome/plugin/npobject_stub.h"
|
| @@ -30,6 +29,7 @@
|
| #include "chrome/renderer/plugin_channel_host.h"
|
| #include "chrome/renderer/render_thread.h"
|
| #include "chrome/renderer/render_view.h"
|
| +#include "content/common/plugin_messages.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/renderer_resources.h"
|
| #include "ipc/ipc_channel_handle.h"
|
|
|