Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6606)

Unified Diff: chrome/common/chrome_plugin_lib.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_plugin_api.h ('k') | chrome/common/chrome_plugin_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/common/chrome_plugin_api.h ('k') | chrome/common/chrome_plugin_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698