| Index: remoting/host/curtain_mode_win.cc
|
| diff --git a/remoting/host/curtain_mode_win.cc b/remoting/host/curtain_mode_win.cc
|
| index 3fc3946fa98f8916afbb392aeab2d42b0f51ccf1..a9f51c86bd3530c5abda97df716480e21ff43249 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);
|
|
|