| Index: chrome/browser/notifications/notification.h
|
| diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
|
| index 38ad197043710acafc8c5b5d7d6389a9f0d83b3a..bbbe73f10bf5e8c7b486f124c1cfd4ab5eac7aa8 100644
|
| --- a/chrome/browser/notifications/notification.h
|
| +++ b/chrome/browser/notifications/notification.h
|
| @@ -122,9 +122,9 @@ class Notification {
|
| return delegate()->GetRenderViewHost();
|
| }
|
|
|
| - private:
|
| NotificationDelegate* delegate() const { return delegate_.get(); }
|
|
|
| + private:
|
| // The type of notification we'd like displayed.
|
| message_center::NotificationType type_;
|
|
|
|
|