| 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 8a7505a2d351dd50f69e274ae4f3ea0c8bcbb8fc..7ece89c792cf3b50a8f285e8d8ed95b356e28816 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -24,7 +24,7 @@ namespace keyboard {
|
| class KeyboardUI;
|
| }
|
|
|
| -class ChromeLauncherController;
|
| +class ChromeLauncherControllerImpl;
|
|
|
| class ChromeShellDelegate : public ash::ShellDelegate,
|
| public content::NotificationObserver {
|
| @@ -79,7 +79,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
| - ChromeLauncherController* shelf_delegate_;
|
| + ChromeLauncherControllerImpl* shelf_delegate_;
|
|
|
| base::ObserverList<ash::VirtualKeyboardStateObserver>
|
| keyboard_state_observer_list_;
|
|
|