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

Unified Diff: webrtc/pc/dtmfsender.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. Created 4 years 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: webrtc/pc/dtmfsender.cc
diff --git a/webrtc/api/dtmfsender.cc b/webrtc/pc/dtmfsender.cc
similarity index 99%
rename from webrtc/api/dtmfsender.cc
rename to webrtc/pc/dtmfsender.cc
index bd4340e7a189d167dadb6bd0a793e1f7e8e2d7fa..da6f8200c63b235895b6c21ec03c597b5b989e1c 100644
--- a/webrtc/api/dtmfsender.cc
+++ b/webrtc/pc/dtmfsender.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/dtmfsender.h"
+#include "webrtc/pc/dtmfsender.h"
#include <ctype.h>

Powered by Google App Engine
This is Rietveld 408576698