| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_proxy.h (revision 9176)
|
| +++ chrome/renderer/webplugin_delegate_proxy.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_handle.h"
|
| #include "chrome/common/ipc_message.h"
|
| -#include "chrome/common/plugin_messages.h"
|
| #include "chrome/plugin/npobject_stub.h"
|
| #include "chrome/renderer/plugin_channel_host.h"
|
| #include "webkit/glue/webplugin.h"
|
| @@ -20,10 +19,12 @@
|
|
|
| class GURL;
|
| struct PluginHostMsg_RouteToFrame_Params;
|
| +struct PluginHostMsg_URLRequest_Params;
|
| class RenderView;
|
| class SkBitmap;
|
|
|
| namespace base {
|
| +class SharedMemory;
|
| class WaitableEvent;
|
| }
|
|
|
|
|