Chromium Code Reviews| Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h |
| diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h |
| index a1e27b94fa3694c0dd7b5744ba60a66fcc086270..8d7982ebeb9832145eaedd285f053e497bc590ce 100644 |
| --- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h |
| +++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h |
| @@ -13,6 +13,7 @@ |
| class ChromeLauncherControllerMus; |
| class ImmersiveContextMus; |
| class ImmersiveHandlerFactoryMus; |
| +class SessionControllerClient; |
| class SystemTrayClient; |
| class VpnListForwarder; |
| @@ -32,6 +33,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts { |
| std::unique_ptr<ImmersiveContextMus> immersive_context_; |
| std::unique_ptr<SystemTrayClient> system_tray_client_; |
| std::unique_ptr<VpnListForwarder> vpn_list_forwarder_; |
| + std::unique_ptr<SessionControllerClient> session_controller_client_; |
|
James Cook
2016/12/01 23:01:44
nit: alphabetize unless order matters
xiyuan
2016/12/06 00:46:34
Done.
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh); |
| }; |