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

Unified Diff: webrtc/pc/dtmfsender_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « webrtc/pc/dtmfsender.cc ('k') | webrtc/pc/fakemediacontroller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/dtmfsender_unittest.cc
diff --git a/webrtc/api/dtmfsender_unittest.cc b/webrtc/pc/dtmfsender_unittest.cc
similarity index 99%
rename from webrtc/api/dtmfsender_unittest.cc
rename to webrtc/pc/dtmfsender_unittest.cc
index 54f3a7b96d6f6a3ec4355bd86b0eb77eb4ddd136..a58c1ec91f5c953f169d8b0cf58c67aa4e0b51e5 100644
--- a/webrtc/api/dtmfsender_unittest.cc
+++ b/webrtc/pc/dtmfsender_unittest.cc
@@ -8,18 +8,18 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/dtmfsender.h"
+#include "webrtc/pc/dtmfsender.h"
#include <memory>
#include <set>
#include <string>
#include <vector>
-#include "webrtc/api/audiotrack.h"
#include "webrtc/base/fakeclock.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/timeutils.h"
+#include "webrtc/pc/audiotrack.h"
using webrtc::AudioTrackInterface;
using webrtc::AudioTrack;
« no previous file with comments | « webrtc/pc/dtmfsender.cc ('k') | webrtc/pc/fakemediacontroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698