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 d9b4403af4148f57923dbcfc28f0d28474e46e18..c8698dd32633426cba97553f29cfa39091c29f02 100644 |
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h |
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h |
@@ -42,7 +42,7 @@ |
class HTMLObjectElement; |
class WebLocalFrameBase; |
-class WebPluginContainerBase; |
+class WebPluginContainerImpl; |
// Utility class to host helper plugins for media. Internally, it creates a |
// detached HTMLPluginElement to host the plugin and uses |
@@ -66,7 +66,7 @@ |
Timer<WebHelperPluginImpl> destruction_timer_; |
Persistent<HTMLObjectElement> object_element_; |
- Persistent<WebPluginContainerBase> plugin_container_; |
+ Persistent<WebPluginContainerImpl> plugin_container_; |
}; |
} // namespace blink |