Index: athena/home/bottom_home_view.h |
diff --git a/athena/home/bottom_home_view.h b/athena/home/bottom_home_view.h |
index b88b04aab1ea20723bb318b026cca5f7e39a80bb..5023f7f34cee55cb2956c32e41814db04971940a 100644 |
--- a/athena/home/bottom_home_view.h |
+++ b/athena/home/bottom_home_view.h |
@@ -5,6 +5,7 @@ |
#ifndef ATHENA_HOME_BOTTOM_HOME_VIEW_H_ |
#define ATHENA_HOME_BOTTOM_HOME_VIEW_H_ |
+#include "ui/app_list/search_result.h" |
#include "ui/app_list/views/search_box_view_delegate.h" |
#include "ui/views/view.h" |
@@ -27,6 +28,7 @@ class BottomHomeView : public views::View, |
virtual void QueryChanged(app_list::SearchBoxView* sender) OVERRIDE; |
app_list::AppListViewDelegate* view_delegate_; |
+ ScopedVector<app_list::SearchResult> app_list_item_search_results_; |
DISALLOW_COPY_AND_ASSIGN(BottomHomeView); |
}; |