| Index: ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.cc b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| index 6959f46b1b0fcdbd48ca666b72a50729e91da233..50dc322580bc7e3c400d979f1536aa9b0e80a50d 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| @@ -83,14 +83,14 @@ class NativeDisplayDelegateX11::HelperDelegateX11
|
|
|
| // NativeDisplayDelegateX11::HelperDelegate overrides:
|
| virtual void UpdateXRandRConfiguration(const base::NativeEvent& event)
|
| - OVERRIDE {
|
| + override {
|
| XRRUpdateConfiguration(event);
|
| }
|
| virtual const std::vector<DisplaySnapshot*>& GetCachedDisplays() const
|
| - OVERRIDE {
|
| + override {
|
| return delegate_->cached_outputs_.get();
|
| }
|
| - virtual void NotifyDisplayObservers() OVERRIDE {
|
| + virtual void NotifyDisplayObservers() override {
|
| FOR_EACH_OBSERVER(
|
| NativeDisplayObserver, delegate_->observers_, OnConfigurationChanged());
|
| }
|
|
|