summaryrefslogtreecommitdiffstats
path: root/remoting/host/curtain_mode_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/curtain_mode_win.cc')
-rw-r--r--remoting/host/curtain_mode_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/curtain_mode_win.cc b/remoting/host/curtain_mode_win.cc
index 3fc3946..a9f51c8 100644
--- a/remoting/host/curtain_mode_win.cc
+++ b/remoting/host/curtain_mode_win.cc
@@ -16,7 +16,7 @@ class CurtainModeWin : public CurtainMode {
CurtainModeWin();
// Overriden from CurtainMode.
- virtual bool Activate() OVERRIDE;
+ virtual bool Activate() override;
private:
DISALLOW_COPY_AND_ASSIGN(CurtainModeWin);