diff options
Diffstat (limited to 'chrome/common/chrome_plugin_util.h')
-rw-r--r-- | chrome/common/chrome_plugin_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_util.h b/chrome/common/chrome_plugin_util.h index 88873bb..f9e7673 100644 --- a/chrome/common/chrome_plugin_util.h +++ b/chrome/common/chrome_plugin_util.h @@ -39,7 +39,8 @@ struct ScopableCPRequest : public CPRequest { // This is a base class for plugin-related objects that need to go away when // the plugin unloads. This object also verifies that it is created and // destroyed on the same thread. -class PluginHelper : public NotificationObserver, public NonThreadSafe { +class PluginHelper : public NotificationObserver, + public NonThreadSafe { public: static void DestroyAllHelpersForPlugin(ChromePluginLib* plugin); |