| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 7989a78f91a7e2626ecdab25612e41e9301ad785..a5f5e6e2f630ac56f82a584f5d45da39c4f2f1bf 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -87,7 +87,6 @@ class HighContrastController;
|
| class ImmersiveHandlerFactoryAsh;
|
| class LaserPointerController;
|
| class LinkHandlerModelFactory;
|
| -class LocaleNotificationController;
|
| class LockStateController;
|
| enum class LoginStatus;
|
| class MagnificationController;
|
| @@ -494,7 +493,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| std::unique_ptr<DisplayConfigurationController>
|
| display_configuration_controller_;
|
|
|
| - std::unique_ptr<LocaleNotificationController> locale_notification_controller_;
|
| std::unique_ptr<ScreenPinningController> screen_pinning_controller_;
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|