| Index: ui/app_list/app_list_view_delegate.cc
|
| diff --git a/ui/app_list/app_list_view_delegate.cc b/ui/app_list/app_list_view_delegate.cc
|
| index 6c57780300644dcc455c706ddd5fea654ad455b6..3b98e2cf7e0ea8c9ec7cd972f13281d32e421b04 100644
|
| --- a/ui/app_list/app_list_view_delegate.cc
|
| +++ b/ui/app_list/app_list_view_delegate.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| namespace app_list {
|
|
|
| -AppListViewDelegate::User::User() : active(false), signin_required(false) {}
|
| +AppListViewDelegate::User::User() : active(false) {
|
| +}
|
|
|
| AppListViewDelegate::User::~User() {}
|
|
|
|
|