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 cea8516b92e88a105aa6069d8ea9a88d1d829a18..a958a035e616f3fe1159c856e8c958592d42c56a 100644 |
--- a/remoting/host/policy_hack/policy_watcher_win.cc |
+++ b/remoting/host/policy_hack/policy_watcher_win.cc |
@@ -217,6 +217,7 @@ class PolicyWatcherWin : |
}; |
PolicyWatcher* PolicyWatcher::Create( |
+ ChromotingHostContext* context, |
scoped_refptr<base::SingleThreadTaskRunner> task_runner) { |
return new PolicyWatcherWin(task_runner); |
} |