Index: ash/display/resolution_notification_controller.cc |
diff --git a/ash/display/resolution_notification_controller.cc b/ash/display/resolution_notification_controller.cc |
index 5f924e6eb7761698643fe2dd8a3784e117d75e11..a44e2da4a4d8a8f5190fc167d7636b58fb9edc32 100644 |
--- a/ash/display/resolution_notification_controller.cc |
+++ b/ash/display/resolution_notification_controller.cc |
@@ -212,7 +212,8 @@ void ResolutionNotificationController::CreateOrUpdateNotification( |
l10n_util::GetStringUTF16(IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT))); |
timeout_message = l10n_util::GetStringFUTF16( |
IDS_ASH_DISPLAY_RESOLUTION_TIMEOUT, |
- ui::TimeFormat::TimeDurationLong( |
+ ui::TimeFormat::Simple( |
+ ui::TimeFormat::FORMAT_DURATION, ui::TimeFormat::LENGTH_LONG, |
base::TimeDelta::FromSeconds(change_info_->timeout_count))); |
} |
data.buttons.push_back(message_center::ButtonInfo( |