From 4d36536bcb6052374f286c7423449b2c88deacb4 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Fri, 20 Aug 2010 06:23:27 +0000 Subject: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files just added notification_observer.h. BUG=none TEST=none Review URL: http://codereview.chromium.org/3120021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56824 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/notification_registrar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chrome/common/notification_registrar.h') 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 #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. -- cgit v1.1