summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_plugin_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_plugin_util.h')
-rw-r--r--chrome/common/chrome_plugin_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_util.h b/chrome/common/chrome_plugin_util.h
index d587ef1..2f24243 100644
--- a/chrome/common/chrome_plugin_util.h
+++ b/chrome/common/chrome_plugin_util.h
@@ -11,7 +11,7 @@
#include "base/non_thread_safe.h"
#include "base/ref_counted.h"
#include "chrome/common/chrome_plugin_api.h"
-#include "chrome/common/notification_observer.h"
+#include "chrome/common/notification_registrar.h"
class ChromePluginLib;
class MessageLoop;
@@ -51,6 +51,8 @@ class PluginHelper : public NotificationObserver, public NonThreadSafe {
const NotificationDetails& details);
protected:
+ NotificationRegistrar registrar_;
+
scoped_refptr<ChromePluginLib> plugin_;
DISALLOW_COPY_AND_ASSIGN(PluginHelper);