| Index: ash/shell/content/client/shell_browser_main_parts.h
|
| diff --git a/ash/shell/content/client/shell_browser_main_parts.h b/ash/shell/content/client/shell_browser_main_parts.h
|
| index a6fe25eec33afa89705a3d0d0e6e18e2599c7912..38fd8d142846301bc71455f0f97af2a0b03b8c8e 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.h
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.h
|
| @@ -31,6 +31,7 @@ namespace ash {
|
| namespace shell {
|
|
|
| class ExampleAppListPresenter;
|
| +class ExampleSessionControllerClient;
|
| class ShellDelegateImpl;
|
| class WindowWatcher;
|
|
|
| @@ -59,6 +60,8 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
|
| ShellDelegateImpl* delegate_; // owned by Shell
|
| std::unique_ptr<wm::WMState> wm_state_;
|
| std::unique_ptr<ExampleAppListPresenter> example_app_list_presenter_;
|
| + std::unique_ptr<ExampleSessionControllerClient>
|
| + example_session_controller_client_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
|
| };
|
|
|