| Index: ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc
|
| diff --git a/ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc b/ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc
|
| index d7cf58926408b9ca825fcf550201a062956ebd7c..45bca9f6f6c900737b5bb01b358561b6681cf235 100644
|
| --- a/ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc
|
| +++ b/ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc
|
| @@ -58,10 +58,10 @@ class TestHelperDelegate : public NativeDisplayDelegateX11::HelperDelegate {
|
|
|
| // NativeDisplayDelegateX11::HelperDelegate overrides:
|
| virtual void UpdateXRandRConfiguration(const base::NativeEvent& event)
|
| - OVERRIDE;
|
| + override;
|
| virtual const std::vector<DisplaySnapshot*>& GetCachedDisplays() const
|
| - OVERRIDE;
|
| - virtual void NotifyDisplayObservers() OVERRIDE;
|
| + override;
|
| + virtual void NotifyDisplayObservers() override;
|
|
|
| private:
|
| int num_calls_update_xrandr_config_;
|
|
|