| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index 67d07ea51336cf5da37e95641ecbae4ba3a57ea9..76a2aec11e4a716d45b8e12cd6c7ce3d9b377077 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -265,6 +265,7 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
| }
|
|
|
| virtual void OpenSearchResult(app_list::SearchResult* result,
|
| + bool auto_launch,
|
| int event_flags) OVERRIDE {
|
| const ExampleSearchResult* example_result =
|
| static_cast<const ExampleSearchResult*>(result);
|
|
|