Index: remoting/host/ipc_screen_controls.h |
diff --git a/remoting/host/ipc_screen_controls.h b/remoting/host/ipc_screen_controls.h |
index 48daa16bb332f4114f4b3540905cc7b75723c1b5..feb4807ed38264c77a3f5e8362b3cc3bbc4a6278 100644 |
--- a/remoting/host/ipc_screen_controls.h |
+++ b/remoting/host/ipc_screen_controls.h |
@@ -21,7 +21,7 @@ class IpcScreenControls : public ScreenControls { |
virtual ~IpcScreenControls(); |
// SessionController interface. |
- virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; |
+ virtual void SetScreenResolution(const ScreenResolution& resolution) override; |
private: |
// Wraps the IPC channel to the desktop session agent. |