summaryrefslogtreecommitdiffstats
path: root/remoting/host/policy_hack/policy_watcher_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/policy_hack/policy_watcher_unittest.cc')
-rw-r--r--remoting/host/policy_hack/policy_watcher_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/policy_hack/policy_watcher_unittest.cc b/remoting/host/policy_hack/policy_watcher_unittest.cc
index 0ed1a55..b19d92f 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_));