| Index: remoting/host/curtain_mode_linux.cc
 | 
| diff --git a/remoting/host/curtain_mode_linux.cc b/remoting/host/curtain_mode_linux.cc
 | 
| index 66cf5fc8bb8d578fbb8251974df86c4a957640dc..407ddf6669e32783a491f902b419a36fb6164bce 100644
 | 
| --- a/remoting/host/curtain_mode_linux.cc
 | 
| +++ b/remoting/host/curtain_mode_linux.cc
 | 
| @@ -18,7 +18,7 @@ class CurtainModeLinux : public CurtainMode {
 | 
|    CurtainModeLinux();
 | 
|  
 | 
|    // Overriden from CurtainMode.
 | 
| -  virtual bool Activate() OVERRIDE;
 | 
| +  virtual bool Activate() override;
 | 
|  
 | 
|   private:
 | 
|    // Returns true if the host is running under an Xvfb session.
 | 
| 
 |