summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/talk/base/asynchttprequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/files/talk/base/asynchttprequest.h')
-rw-r--r--third_party/libjingle/files/talk/base/asynchttprequest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/libjingle/files/talk/base/asynchttprequest.h b/third_party/libjingle/files/talk/base/asynchttprequest.h
index 65bfa26..7f2f348 100644
--- a/third_party/libjingle/files/talk/base/asynchttprequest.h
+++ b/third_party/libjingle/files/talk/base/asynchttprequest.h
@@ -20,8 +20,7 @@ class FirewallManager;
class MemoryStream;
class AsyncHttpRequest:
- public SignalThread,
- public sigslot::has_slots<> {
+ public SignalThread {
public:
AsyncHttpRequest(const std::string &user_agent);