aboutsummaryrefslogtreecommitdiff
path: root/pc/dtmf_sender.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/dtmf_sender.h')
-rw-r--r--pc/dtmf_sender.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pc/dtmf_sender.h b/pc/dtmf_sender.h
index 5cf7b2eba1..b64b50e09c 100644
--- a/pc/dtmf_sender.h
+++ b/pc/dtmf_sender.h
@@ -16,8 +16,8 @@
#include <string>
#include "api/dtmf_sender_interface.h"
-#include "api/proxy.h"
#include "api/scoped_refptr.h"
+#include "pc/proxy.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/location.h"
#include "rtc_base/ref_count.h"
@@ -102,7 +102,6 @@ class DtmfSender : public DtmfSenderInterface, public sigslot::has_slots<> {
// Define proxy for DtmfSenderInterface.
BEGIN_PRIMARY_PROXY_MAP(DtmfSender)
-
PROXY_PRIMARY_THREAD_DESTRUCTOR()
PROXY_METHOD1(void, RegisterObserver, DtmfSenderObserverInterface*)
PROXY_METHOD0(void, UnregisterObserver)
@@ -112,7 +111,7 @@ PROXY_CONSTMETHOD0(std::string, tones)
PROXY_CONSTMETHOD0(int, duration)
PROXY_CONSTMETHOD0(int, inter_tone_gap)
PROXY_CONSTMETHOD0(int, comma_delay)
-END_PROXY_MAP()
+END_PROXY_MAP(DtmfSender)
// Get DTMF code from the DTMF event character.
bool GetDtmfCode(char tone, int* code);