Index: chrome/common/chrome_plugin_lib.h |
diff --git a/chrome/common/chrome_plugin_lib.h b/chrome/common/chrome_plugin_lib.h |
index b2dca629e1f4264e2df6486d1ee0ce7b262bdb98..0193708901aa37df64dd22a244701fd3db2f01ac 100644 |
--- a/chrome/common/chrome_plugin_lib.h |
+++ b/chrome/common/chrome_plugin_lib.h |
@@ -65,7 +65,7 @@ class ChromePluginLib : public base::RefCounted<ChromePluginLib> { |
private: |
friend class base::RefCounted<ChromePluginLib>; |
- ChromePluginLib(const FilePath& filename); |
+ explicit ChromePluginLib(const FilePath& filename); |
~ChromePluginLib(); |
// Method to initialize a Plugin. |