| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index 564d24c6b682fd2302b6b38d9645a8c1b4852ecc..d92db2a758d85c0b417daca82da7d9c2d5ff9d35 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -22,7 +22,7 @@ namespace keyboard {
|
| class KeyboardUI;
|
| }
|
|
|
| -class ChromeLauncherControllerImpl;
|
| +class ChromeLauncherController;
|
|
|
| class ChromeShellDelegate : public ash::ShellDelegate,
|
| public content::NotificationObserver {
|
| @@ -71,7 +71,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
| - std::unique_ptr<ChromeLauncherControllerImpl> launcher_controller_;
|
| + std::unique_ptr<ChromeLauncherController> launcher_controller_;
|
|
|
| std::unique_ptr<chromeos::DisplayConfigurationObserver>
|
| display_configuration_observer_;
|
|
|