Index: webrtc/pc/dtmfsender.h |
diff --git a/webrtc/pc/dtmfsender.h b/webrtc/pc/dtmfsender.h |
index 5eab0551854ce475d638b867821bbd5b066b7805..28156f3055185eb2cc132a4e56650e34f1136493 100644 |
--- a/webrtc/pc/dtmfsender.h |
+++ b/webrtc/pc/dtmfsender.h |
@@ -16,9 +16,9 @@ |
#include "webrtc/api/dtmfsenderinterface.h" |
#include "webrtc/api/mediastreaminterface.h" |
#include "webrtc/api/proxy.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/messagehandler.h" |
-#include "webrtc/base/refcount.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/messagehandler.h" |
+#include "webrtc/rtc_base/refcount.h" |
// DtmfSender is the native implementation of the RTCDTMFSender defined by |
// the WebRTC W3C Editor's Draft. |