| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| index d10f8c786add66031a505cdb0d8ebe8302ce12f5..c8698dd32633426cba97553f29cfa39091c29f02 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| @@ -41,7 +41,7 @@
|
| namespace blink {
|
|
|
| class HTMLObjectElement;
|
| -class WebLocalFrameImpl;
|
| +class WebLocalFrameBase;
|
| class WebPluginContainerImpl;
|
|
|
| // Utility class to host helper plugins for media. Internally, it creates a
|
| @@ -61,7 +61,7 @@ class WebHelperPluginImpl final : public WebHelperPlugin {
|
|
|
| WebHelperPluginImpl();
|
|
|
| - bool Initialize(const String& plugin_type, WebLocalFrameImpl*);
|
| + bool Initialize(const String& plugin_type, WebLocalFrameBase*);
|
| void ReallyDestroy(TimerBase*);
|
|
|
| Timer<WebHelperPluginImpl> destruction_timer_;
|
|
|