| Index: content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_manager_impl.h b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| index eb69591ca29ef2c1546e9027f855f49f0c5e4a57..34099b6c9118e5390f51c1377622f9bf90cc82dc 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
|
| @@ -19,7 +19,7 @@ namespace content {
|
|
|
| class BrowserPluginManagerImpl : public BrowserPluginManager {
|
| public:
|
| - BrowserPluginManagerImpl(RenderViewImpl* render_view);
|
| + explicit BrowserPluginManagerImpl(RenderViewImpl* render_view);
|
|
|
| // BrowserPluginManager implementation.
|
| virtual BrowserPlugin* CreateBrowserPlugin(
|
|
|