Index: ash/app_list/app_list.cc |
=================================================================== |
--- ash/app_list/app_list.cc (revision 119894) |
+++ ash/app_list/app_list.cc (working copy) |
@@ -46,10 +46,7 @@ |
//////////////////////////////////////////////////////////////////////////////// |
// AppList, public: |
-AppList::AppList() |
- : aura::EventFilter(NULL), |
- is_visible_(false), |
- widget_(NULL) { |
+AppList::AppList() : is_visible_(false), widget_(NULL) { |
} |
AppList::~AppList() { |