Index: remoting/host/curtain_mode_win.cc |
diff --git a/remoting/host/curtain_mode_win.cc b/remoting/host/curtain_mode_win.cc |
index a9f51c86bd3530c5abda97df716480e21ff43249..0a0f395f464f01c4617494b513e0ff8d79b72934 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; |
+ bool Activate() override; |
private: |
DISALLOW_COPY_AND_ASSIGN(CurtainModeWin); |