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 07c47e4b6fde2c22c8d835ad9a1c4c18268f69f4..2efe8e4d6d8a516324bf2476b33506ddff2762a1 100644 |
--- a/ui/message_center/views/notification_view.h |
+++ b/ui/message_center/views/notification_view.h |
@@ -24,6 +24,7 @@ class BoundedLabel; |
class MessageCenter; |
class MessageCenterController; |
class NotificationButton; |
+class NotificationProgressBarBase; |
class NotificationView; |
class PaddedButton; |
class ProportionalImageView; |
@@ -129,7 +130,7 @@ class MESSAGE_CENTER_EXPORT NotificationView |
views::View* bottom_view_; |
views::View* image_container_; |
ProportionalImageView* image_view_; |
- views::ProgressBar* progress_bar_view_; |
+ NotificationProgressBarBase* progress_bar_view_; |
std::vector<NotificationButton*> action_buttons_; |
std::vector<views::View*> separators_; |