| Index: components/exo/wm_helper_mus.h
|
| diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h
|
| index a74f65c0b1261825b650410d41cb98e8b48f39c0..b9f27d70fd20de8b893a3e881bc82668049aa2fc 100644
|
| --- a/components/exo/wm_helper_mus.h
|
| +++ b/components/exo/wm_helper_mus.h
|
| @@ -28,7 +28,7 @@ class WMHelperMus : public WMHelper,
|
| WMHelperMus();
|
| ~WMHelperMus() override;
|
|
|
| - // Overriden from WMHelper:
|
| + // Overridden from WMHelper:
|
| const display::ManagedDisplayInfo GetDisplayInfo(
|
| int64_t display_id) const override;
|
| aura::Window* GetContainer(int container_id) override;
|
| @@ -44,15 +44,15 @@ class WMHelperMus : public WMHelper,
|
| bool IsSpokenFeedbackEnabled() const override;
|
| void PlayEarcon(int sound_key) const override;
|
|
|
| - // Overriden from aura::FocusSynchronizerObserver:
|
| + // Overridden from aura::FocusSynchronizerObserver:
|
| void OnActiveFocusClientChanged(aura::client::FocusClient* focus_client,
|
| aura::Window* focus_client_root) override;
|
|
|
| - // Overriden from ui::client::FocusChangeObserver:
|
| + // Overridden from ui::client::FocusChangeObserver:
|
| void OnWindowFocused(aura::Window* gained_focus,
|
| aura::Window* lost_focus) override;
|
|
|
| - // Overriden from ui::InputDeviceEventObserver:
|
| + // Overridden from ui::InputDeviceEventObserver:
|
| void OnKeyboardDeviceConfigurationChanged() override;
|
|
|
| private:
|
|
|