| Index: remoting/host/policy_hack/nat_policy_linux.cc
|
| diff --git a/remoting/host/policy_hack/nat_policy_linux.cc b/remoting/host/policy_hack/nat_policy_linux.cc
|
| index eb40f4ae793c6362bf46491b8671514844388e99..534fdb401444eed17eedca8958d8f75ea3c030db 100644
|
| --- a/remoting/host/policy_hack/nat_policy_linux.cc
|
| +++ b/remoting/host/policy_hack/nat_policy_linux.cc
|
| @@ -119,6 +119,9 @@ class NatPolicyLinux : public NatPolicy {
|
| }
|
| }
|
|
|
| + protected:
|
| + virtual ~FilePathWatcherDelegate() {}
|
| +
|
| private:
|
| base::WeakPtr<NatPolicyLinux> policy_watcher_;
|
| };
|
|
|