summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_registrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/notification_registrar.h')
-rw-r--r--chrome/common/notification_registrar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/notification_registrar.h b/chrome/common/notification_registrar.h
index eb83712..1207d99 100644
--- a/chrome/common/notification_registrar.h
+++ b/chrome/common/notification_registrar.h
@@ -9,7 +9,10 @@
#include <vector>
#include "base/basictypes.h"
-#include "chrome/common/notification_observer.h"
+#include "chrome/common/notification_type.h"
+
+class NotificationObserver;
+class NotificationSource;
// Aids in registering for notifications and ensures that all registered
// notifications are unregistered when the class is destroyed.