| Index: ui/message_center/views/notification_view.h
|
| diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
|
| index 19ce7ef1a206b505ef1e905dadbeccb9901ebaf5..6d54895ac8e0e439ef2553ec560089c97c5037bb 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -13,8 +13,6 @@
|
| #include "ui/message_center/views/message_view.h"
|
| #include "ui/views/view_targeter_delegate.h"
|
|
|
| -class GURL;
|
| -
|
| namespace views {
|
| class ProgressBar;
|
| }
|
| @@ -22,9 +20,7 @@ class ProgressBar;
|
| namespace message_center {
|
|
|
| class BoundedLabel;
|
| -class MessageCenter;
|
| class NotificationButton;
|
| -class PaddedButton;
|
| class ProportionalImageView;
|
|
|
| // View that displays all current types of notification (web, basic, image, and
|
|
|