| 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 f75181d8e98e484c6e64545ee29fd995f38cf3e8..5052b651e35a06d9c2611d41ad0f8b5663d5ce7a 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
|
| @@ -10,6 +10,7 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/chrome_browser_main_extra_parts.h"
|
|
|
| +class AshInit;
|
| class CastConfigClientMediaRouter;
|
| class ChromeLauncherControllerMus;
|
| class ChromeNewWindowClient;
|
| @@ -48,6 +49,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
|
| std::unique_ptr<ChromeNewWindowClient> new_window_client_;
|
| std::unique_ptr<VolumeController> volume_controller_;
|
| std::unique_ptr<VpnListForwarder> vpn_list_forwarder_;
|
| + std::unique_ptr<AshInit> ash_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh);
|
| };
|
|
|