summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_service.cc
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 06:23:27 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 06:23:27 +0000
commit4d36536bcb6052374f286c7423449b2c88deacb4 (patch)
tree7d505e00be6b727be9029c2f1e03a5bfba8ca0f9 /chrome/common/notification_service.cc
parenta47cc547f33b5f09ebc3c92d97736e3881c8c75e (diff)
downloadchromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.zip
chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.gz
chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.bz2
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
Diffstat (limited to 'chrome/common/notification_service.cc')
-rw-r--r--chrome/common/notification_service.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc
index e127ccf..be4b1b7 100644
--- a/chrome/common/notification_service.cc
+++ b/chrome/common/notification_service.cc
@@ -6,6 +6,7 @@
#include "base/lazy_instance.h"
#include "base/thread_local.h"
+#include "chrome/common/notification_observer.h"
static base::LazyInstance<base::ThreadLocalPointer<NotificationService> >
lazy_tls_ptr(base::LINKER_INITIALIZED);