Chromium Code Reviews| Index: ui/app_list/views/apps_container_view.h |
| diff --git a/ui/app_list/views/apps_container_view.h b/ui/app_list/views/apps_container_view.h |
| index 6187b25680f17339676258ba896e7a5419281911..fceacee4dd00ddc955f7cb16ed200dd8aafe4bd7 100644 |
| --- a/ui/app_list/views/apps_container_view.h |
| +++ b/ui/app_list/views/apps_container_view.h |
| @@ -77,6 +77,7 @@ class AppsContainerView : public views::View, |
| private: |
| enum ShowState { |
| + SHOW_NONE, // initial state |
| SHOW_APPS, |
| SHOW_ACTIVE_FOLDER, |
| SHOW_ITEM_REPARENT, |