| Index: content/renderer/browser_plugin/mock_browser_plugin.cc
|
| diff --git a/content/renderer/browser_plugin/mock_browser_plugin.cc b/content/renderer/browser_plugin/mock_browser_plugin.cc
|
| index 39b2d2dc047484d501dc8282cd37821df5c42885..36c59b553b5adcfbca0c58d1d2c90a1667f71345 100644
|
| --- a/content/renderer/browser_plugin/mock_browser_plugin.cc
|
| +++ b/content/renderer/browser_plugin/mock_browser_plugin.cc
|
| @@ -10,7 +10,7 @@ namespace content {
|
| MockBrowserPlugin::MockBrowserPlugin(RenderViewImpl* render_view,
|
| WebKit::WebFrame* frame,
|
| const WebKit::WebPluginParams& params)
|
| - : BrowserPlugin(render_view, frame, params) {
|
| + : BrowserPluginImpl(render_view, frame, params) {
|
| }
|
|
|
| MockBrowserPlugin::~MockBrowserPlugin() {}
|
|
|