| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index c3effe963206fe00789694ebbeb7ef4cba516d77..fb1e065513390ff940b0875035966bb97aee8c3a 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -30,8 +30,6 @@ class AppListViewDelegate;
|
| class AppListViewObserver;
|
| class HideViewAnimationObserver;
|
| class PaginationModel;
|
| -class SigninDelegate;
|
| -class SigninView;
|
| class SpeechView;
|
|
|
| // AppListView is the top-level view and controller of app list UI. It creates
|
| @@ -151,12 +149,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| virtual void OnSpeechRecognitionStateChanged(
|
| SpeechRecognitionState new_state) OVERRIDE;
|
|
|
| - SigninDelegate* GetSigninDelegate();
|
| -
|
| scoped_ptr<AppListViewDelegate> delegate_;
|
|
|
| AppListMainView* app_list_main_view_;
|
| - SigninView* signin_view_;
|
| SpeechView* speech_view_;
|
|
|
| // A semi-transparent white overlay that covers the app list while dialogs are
|
|
|