Index: ash/display/display_util.cc |
diff --git a/ash/display/display_util.cc b/ash/display/display_util.cc |
index b2ec0b77ff2b8975685b284c3a018aee63892e21..e1b8c233979edf5a194153d0cbeaee96dd89a03b 100644 |
--- a/ash/display/display_util.cc |
+++ b/ash/display/display_util.cc |
@@ -465,7 +465,7 @@ void ShowDisplayErrorNotification(int message_id) { |
base::string16 GetDisplayErrorNotificationMessageForTest() { |
message_center::NotificationList::Notifications notifications = |
message_center::MessageCenter::Get()->GetVisibleNotifications(); |
- for (auto const notification : notifications) { |
+ for (auto* const notification : notifications) { |
if (notification->id() == kDisplayErrorNotificationId) |
return notification->message(); |
} |