| Index: content/browser/browser_plugin/old/browser_plugin_host.h
|
| diff --git a/content/browser/browser_plugin/old/browser_plugin_host.h b/content/browser/browser_plugin/old/browser_plugin_host.h
|
| index 3e865024a3fa7f1ab8175cb3970ca9531ebcceb1..8ad10df703da178b56dce09f0d51f4022f8310b0 100644
|
| --- a/content/browser/browser_plugin/old/browser_plugin_host.h
|
| +++ b/content/browser/browser_plugin/old/browser_plugin_host.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <map>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents_delegate.h"
|
| @@ -17,6 +18,10 @@
|
|
|
| class WebContentsImpl;
|
|
|
| +namespace IPC {
|
| +struct ChannelHandle;
|
| +}
|
| +
|
| namespace content {
|
|
|
| class RenderProcessHost;
|
|
|