| Index: remoting/host/policy_hack/policy_watcher_linux.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| index d67b49bf6096c52cbaabba860f6d6e8c8b86fcce..77599e43127c87bca38ef52427bc11a9d9611bb7 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| @@ -245,6 +245,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
|
| };
|
|
|
| PolicyWatcher* PolicyWatcher::Create(
|
| + ChromotingHostContext* context,
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
|
| base::FilePath policy_dir(kPolicyDir);
|
| return new PolicyWatcherLinux(task_runner, policy_dir);
|
|
|