| Index: chrome/common/notification_registrar.h
|
| diff --git a/chrome/common/notification_registrar.h b/chrome/common/notification_registrar.h
|
| index eb83712833b3ed1a8ec875719497f04d724b6ef7..1207d99ae891bebf5885f2e843fe856ec9399153 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.
|
|
|