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 acc3a8f4b8ea76e0af7b03affc5cffdfb7fcd915..19ce7ef1a206b505ef1e905dadbeccb9901ebaf5 100644 |
--- a/ui/message_center/views/notification_view.h |
+++ b/ui/message_center/views/notification_view.h |
@@ -24,7 +24,6 @@ namespace message_center { |
class BoundedLabel; |
class MessageCenter; |
class NotificationButton; |
-class NotificationProgressBarBase; |
class PaddedButton; |
class ProportionalImageView; |
@@ -104,7 +103,7 @@ class MESSAGE_CENTER_EXPORT NotificationView |
views::View* bottom_view_ = nullptr; |
views::View* image_container_ = nullptr; |
ProportionalImageView* image_view_ = nullptr; |
- NotificationProgressBarBase* progress_bar_view_ = nullptr; |
+ views::ProgressBar* progress_bar_view_ = nullptr; |
std::vector<NotificationButton*> action_buttons_; |
std::vector<views::View*> separators_; |