Index: ui/views/examples/tree_view_example.h |
diff --git a/ui/views/examples/tree_view_example.h b/ui/views/examples/tree_view_example.h |
index fb0ccf93db619bc228d62bb3069f0299f3e22836..bbdc02f07425dbbbc7ea9d4dd3ffd9e9dd37e1e1 100644 |
--- a/ui/views/examples/tree_view_example.h |
+++ b/ui/views/examples/tree_view_example.h |
@@ -64,7 +64,7 @@ class VIEWS_EXAMPLES_EXPORT TreeViewExample |
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; |
// The tree view to be tested. |