Index: remoting/host/resizing_host_observer.h |
diff --git a/remoting/host/resizing_host_observer.h b/remoting/host/resizing_host_observer.h |
index c6ad714835ac391f6d1c963e99dbb85fca598092..bcd36a16cb77bc4d00b50e5292355325b4fda4ba 100644 |
--- a/remoting/host/resizing_host_observer.h |
+++ b/remoting/host/resizing_host_observer.h |
@@ -31,7 +31,7 @@ class ResizingHostObserver : public ScreenControls { |
virtual ~ResizingHostObserver(); |
// ScreenControls interface. |
- virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; |
+ virtual void SetScreenResolution(const ScreenResolution& resolution) override; |
// Provide a replacement for base::Time::Now so that this class can be |
// unit-tested in a timely manner. This function will be called exactly |