| Index: remoting/host/policy_hack/fake_policy_watcher.h
|
| diff --git a/remoting/host/policy_hack/fake_policy_watcher.h b/remoting/host/policy_hack/fake_policy_watcher.h
|
| index baec95926fc42033dae4b6a29945fe623498d9f6..2543f9cba89237cfe21cacfdf84a485649046468 100644
|
| --- a/remoting/host/policy_hack/fake_policy_watcher.h
|
| +++ b/remoting/host/policy_hack/fake_policy_watcher.h
|
| @@ -19,9 +19,9 @@ class FakePolicyWatcher : public PolicyWatcher {
|
| void SetPolicies(const base::DictionaryValue* policies);
|
|
|
| protected:
|
| - virtual void StartWatchingInternal() OVERRIDE;
|
| - virtual void StopWatchingInternal() OVERRIDE;
|
| - virtual void Reload() OVERRIDE;
|
| + virtual void StartWatchingInternal() override;
|
| + virtual void StopWatchingInternal() override;
|
| + virtual void Reload() override;
|
| };
|
|
|
| } // namespace policy_hack
|
|
|