| Index: remoting/host/policy_hack/policy_watcher_unittest.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_unittest.cc b/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| index 0ed1a55d3cdbe8961e23c52142381cc9ecb514f4..b19d92f4a3bd224e08a71894d4ed6273a88b42fe 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| @@ -22,7 +22,7 @@ class PolicyWatcherTest : public testing::Test {
|
| PolicyWatcherTest() {
|
| }
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| message_loop_proxy_ = base::MessageLoopProxy::current();
|
| policy_callback_ = base::Bind(&MockPolicyCallback::OnPolicyUpdate,
|
| base::Unretained(&mock_policy_callback_));
|
|
|