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

Unified Diff: webrtc/api/dtmfsender_unittest.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/dtmfsender.cc ('k') | webrtc/api/dtmfsenderinterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/dtmfsender_unittest.cc
diff --git a/talk/app/webrtc/dtmfsender_unittest.cc b/webrtc/api/dtmfsender_unittest.cc
similarity index 99%
rename from talk/app/webrtc/dtmfsender_unittest.cc
rename to webrtc/api/dtmfsender_unittest.cc
index f686aa2ccc676c7ef429aa7cc2bac5e9d9aa3a1d..e754ca229fd9731c1ed899d87570f49c350ab899 100644
--- a/talk/app/webrtc/dtmfsender_unittest.cc
+++ b/webrtc/api/dtmfsender_unittest.cc
@@ -25,13 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/dtmfsender.h"
+#include "webrtc/api/dtmfsender.h"
#include <set>
#include <string>
#include <vector>
-#include "talk/app/webrtc/audiotrack.h"
+#include "webrtc/api/audiotrack.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/timeutils.h"
« no previous file with comments | « webrtc/api/dtmfsender.cc ('k') | webrtc/api/dtmfsenderinterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698