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 efcba38cf2f146668e16a7324b349fba1ca7f828..9acb184ef4d0f83f75094a16fc0983b65b528e12 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; |
@@ -105,7 +104,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_; |