Index: ash/common/system/web_notification/web_notification_tray.h |
diff --git a/ash/common/system/web_notification/web_notification_tray.h b/ash/common/system/web_notification/web_notification_tray.h |
index b4bd2f48b551a372946d4359f0d955a74a2648d6..0527238243a85d098c2ca18b540797dbee9fba5a 100644 |
--- a/ash/common/system/web_notification/web_notification_tray.h |
+++ b/ash/common/system/web_notification/web_notification_tray.h |
@@ -123,7 +123,7 @@ class ASH_EXPORT WebNotificationTray |
bool IsCommandIdChecked(int command_id) const override; |
bool IsCommandIdEnabled(int command_id) const override; |
bool GetAcceleratorForCommandId(int command_id, |
- ui::Accelerator* accelerator) override; |
+ ui::Accelerator* accelerator) const override; |
void ExecuteCommand(int command_id, int event_flags) override; |
message_center::MessageCenter* message_center() const; |