diff options
Diffstat (limited to 'chrome/common/chrome_plugin_util.h')
-rw-r--r-- | chrome/common/chrome_plugin_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_plugin_util.h b/chrome/common/chrome_plugin_util.h index 2f24243..7714a53 100644 --- a/chrome/common/chrome_plugin_util.h +++ b/chrome/common/chrome_plugin_util.h @@ -42,7 +42,7 @@ class PluginHelper : public NotificationObserver, public NonThreadSafe { public: static void DestroyAllHelpersForPlugin(ChromePluginLib* plugin); - PluginHelper(ChromePluginLib* plugin); + explicit PluginHelper(ChromePluginLib* plugin); virtual ~PluginHelper(); // NotificationObserver @@ -60,7 +60,7 @@ class PluginHelper : public NotificationObserver, public NonThreadSafe { // A class of utility functions for dealing with request responses. class PluginResponseUtils { -public: + public: // Helper to convert request load flags from the plugin API to the net API // versions. static uint32 CPLoadFlagsToNetFlags(uint32 flags); |