Index: chrome/browser/notifications/notification_ui_manager.h |
diff --git a/chrome/browser/notifications/notification_ui_manager.h b/chrome/browser/notifications/notification_ui_manager.h |
index fb78473e436d536a7f0480e797064cf91ac7c62d..dc193ed154385bf09f2cc03b7eb0a385280595d5 100644 |
--- a/chrome/browser/notifications/notification_ui_manager.h |
+++ b/chrome/browser/notifications/notification_ui_manager.h |
@@ -30,7 +30,6 @@ class NotificationUIManager |
: public BalloonCollection::BalloonSpaceChangeListener, |
public NotificationObserver { |
public: |
- explicit NotificationUIManager(PrefService* local_state); |
virtual ~NotificationUIManager(); |
// Creates an initialized UI manager with a new balloon collection |
@@ -75,6 +74,8 @@ class NotificationUIManager |
void SetPositionPreference(BalloonCollection::PositionPreference preference); |
private: |
+ explicit NotificationUIManager(PrefService* local_state); |
+ |
// NotificationObserver override. |
virtual void Observe(NotificationType type, |
const NotificationSource& source, |