| Index: chrome/browser/notifications/notification.h
|
| diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
|
| index 4a09beeca0dfc3657073bd88d550fa296bfc2529..113a585d97c34fc0980e2b1c6dd9464c4353c40f 100644
|
| --- a/chrome/browser/notifications/notification.h
|
| +++ b/chrome/browser/notifications/notification.h
|
| @@ -121,9 +121,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_;
|
|
|
|
|