| Index: remoting/host/policy_hack/policy_watcher_mac.mm
|
| diff --git a/remoting/host/policy_hack/policy_watcher_mac.mm b/remoting/host/policy_hack/policy_watcher_mac.mm
|
| index c5c3a4dec3dc4d6624bab29e57e49ea09793eb64..23be602c87942710e88461b308f307e807370577 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_mac.mm
|
| +++ b/remoting/host/policy_hack/policy_watcher_mac.mm
|
| @@ -87,7 +87,8 @@ class PolicyWatcherMac : public PolicyWatcher {
|
| };
|
|
|
| PolicyWatcher* PolicyWatcher::Create(
|
| - scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
|
| + ChromotingHostContext* context,
|
| + scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
|
| return new PolicyWatcherMac(task_runner);
|
| }
|
|
|
|
|