Index: ash/shell/app_list.cc |
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc |
index f8351532d384a5956fc608cf62d1eb18c02fc8d1..9e03b518a32e36cece1af54f3c531b8bdce0accc 100644 |
--- a/ash/shell/app_list.cc |
+++ b/ash/shell/app_list.cc |
@@ -284,6 +284,9 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate { |
virtual void AutoLaunchCanceled() OVERRIDE { |
} |
+ virtual void FetchRecommendations() OVERRIDE { |
+ } |
+ |
virtual void StartSearch() OVERRIDE { |
base::string16 query; |
base::TrimWhitespace(model_->search_box()->text(), base::TRIM_ALL, &query); |