Index: chrome/browser/notifications/message_center_notification_manager.cc |
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc |
index ca42a47324075b99d39a98500993d168eaee60fb..d81b17ad07a8065f53aef2f685464d6cccc2f072 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -9,8 +9,10 @@ |
#include "chrome/browser/notifications/notification.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/common/pref_names.h" |
+#include "ui/message_center/message_center.h" |
MessageCenterNotificationManager::MessageCenterNotificationManager() { |
+ message_center_ = message_center::MessageCenter::GetInstance(); |
stevenjb
2012/12/27 19:49:34
We don't need to seem to need this yet - maybe wai
dewittj
2012/12/27 23:38:50
Done.
Good idea.
|
} |
MessageCenterNotificationManager::~MessageCenterNotificationManager() { |