| Index: content/renderer/browser_plugin/old/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/old/browser_plugin.h b/content/renderer/browser_plugin/old/browser_plugin.h
|
| index 5c1aee98c11d65669d036b85ff25474bc2abc161..ea853d4b0eb8ab2af0c1bd04479a895b76fbd00c 100644
|
| --- a/content/renderer/browser_plugin/old/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/old/browser_plugin.h
|
| @@ -38,7 +38,7 @@ class WebPlugin;
|
| // Furthermore, certain navigations can swap to a new guest RenderView on an
|
| // different process. BrowserPlugin is the consistent facade that the embedder's
|
| // WebKit instance talks to regardless of which process it's communicating with.
|
| -class BrowserPlugin {
|
| +class CONTENT_EXPORT BrowserPlugin {
|
| public:
|
| // Creates a new WebViewPlugin with a BrowserPlugin as a delegate.
|
| static WebKit::WebPlugin* Create(
|
|
|