Index: chrome/common/chrome_plugin_util.h |
diff --git a/chrome/common/chrome_plugin_util.h b/chrome/common/chrome_plugin_util.h |
index 2f24243af505533e45a466d1286ab3979114f4f6..7714a536a407ae3efa0e07488ed42c0504e6e748 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); |