Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: remoting/host/policy_hack/nat_policy_linux.cc

Issue 10392152: RefCounted types should not have public destructors, Linux fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698