| Index: remoting/host/policy_hack/policy_watcher_win.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_win.cc b/remoting/host/policy_hack/policy_watcher_win.cc
|
| index 89816d4bd4cbed9bc04ee7d2332743fdb24f23cd..cea8516b92e88a105aa6069d8ea9a88d1d829a18 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_win.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_win.cc
|
| @@ -54,7 +54,7 @@ class PolicyWatcherWin :
|
| virtual ~PolicyWatcherWin() {
|
| }
|
|
|
| - virtual void StartWatchingInternal() OVERRIDE {
|
| + virtual void StartWatchingInternal() override {
|
| DCHECK(OnPolicyWatcherThread());
|
|
|
| if (!RegisterGPNotification(user_policy_changed_event_.handle(), false)) {
|
| @@ -70,7 +70,7 @@ class PolicyWatcherWin :
|
| Reload();
|
| }
|
|
|
| - virtual void StopWatchingInternal() OVERRIDE {
|
| + virtual void StopWatchingInternal() override {
|
| DCHECK(OnPolicyWatcherThread());
|
|
|
| if (!UnregisterGPNotification(user_policy_changed_event_.handle())) {
|
|
|