summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/notification_service.cc')
-rw-r--r--chrome/common/notification_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc
index 4414cc6..06e4819 100644
--- a/chrome/common/notification_service.cc
+++ b/chrome/common/notification_service.cc
@@ -133,7 +133,7 @@ NotificationService::~NotificationService() {
// This may not be completely fixable -- see
// http://code.google.com/p/chromium/issues/detail?id=11010 .
VLOG(1) << observer_counts_[i] << " notification observer(s) leaked "
- " of notification type " << i;
+ "of notification type " << i;
}
}
#endif