| 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 e9fb900cba3bd56448daedd821c34ce87fc13e38..faf50f844496f4c814d60c12ab1a98bbb8074759 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -17,15 +17,13 @@
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| -namespace keyboard {
|
| -class KeyboardUI;
|
| -}
|
| -
|
| -#if defined(OS_CHROMEOS)
|
| namespace chromeos {
|
| class DisplayConfigurationObserver;
|
| }
|
| -#endif
|
| +
|
| +namespace keyboard {
|
| +class KeyboardUI;
|
| +}
|
|
|
| class ChromeLauncherController;
|
|
|
| @@ -90,10 +88,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| // Proxies events from chrome/browser to ash::UserMetricsRecorder.
|
| std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| std::unique_ptr<chromeos::DisplayConfigurationObserver>
|
| display_configuration_observer_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
|
| };
|
|
|