Index: chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
diff --git a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
index 61e3356d9688d02b799ea58e859e50540f43a937..f70d3ce9720660ddbe9bb23d3a5bcacb42fe1936 100644 |
--- a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
+++ b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
@@ -164,7 +164,7 @@ gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( |
const base::Closure& stop_callback) { |
stop_callback_ = stop_callback; |
- label_->SetElideBehavior(views::Label::ELIDE_IN_MIDDLE); |
+ label_->SetElideBehavior(gfx::ELIDE_MIDDLE); |
label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
label_->SetText(text_); |