Chromium Code Reviews| Index: ui/app_list/app_list_model.h |
| diff --git a/ui/app_list/app_list_model.h b/ui/app_list/app_list_model.h |
| index 29e0d8c0ed5fb9dfc508c9bf90ae891bb6a9d68c..3b5df0681f4ecc9a8764e8e95286260689c18a6e 100644 |
| --- a/ui/app_list/app_list_model.h |
| +++ b/ui/app_list/app_list_model.h |
| @@ -30,6 +30,9 @@ class APP_LIST_EXPORT AppListModel { |
| public: |
| // A user of the app list. |
| struct User { |
| + User(); |
| + ~User(); |
| + |
| // Whether or not the app list is currently instantiated for this user. |
| bool active; |