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

Unified Diff: webrtc/pc/webrtcsdp_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase 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/webrtcsdp_unittest.cc
diff --git a/webrtc/api/webrtcsdp_unittest.cc b/webrtc/pc/webrtcsdp_unittest.cc
similarity index 99%
rename from webrtc/api/webrtcsdp_unittest.cc
rename to webrtc/pc/webrtcsdp_unittest.cc
index 32f8bba6033957bc6310ff2d30df8aa5e8a80c7f..63118eff0744b9bd0cdaa1bebddcdecfd10fb9e4 100644
--- a/webrtc/api/webrtcsdp_unittest.cc
+++ b/webrtc/pc/webrtcsdp_unittest.cc
@@ -13,11 +13,6 @@
#include <string>
#include <vector>
-#include "webrtc/api/jsepsessiondescription.h"
-#ifdef WEBRTC_ANDROID
-#include "webrtc/api/test/androidtestinitializer.h"
-#endif
-#include "webrtc/api/webrtcsdp.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/messagedigest.h"
@@ -28,7 +23,12 @@
#include "webrtc/media/engine/webrtcvideoengine2.h"
#include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
#include "webrtc/p2p/base/p2pconstants.h"
+#include "webrtc/pc/jsepsessiondescription.h"
#include "webrtc/pc/mediasession.h"
+#ifdef WEBRTC_ANDROID
+#include "webrtc/pc/test/androidtestinitializer.h"
+#endif
+#include "webrtc/pc/webrtcsdp.h"
using cricket::AudioCodec;
using cricket::AudioContentDescription;

Powered by Google App Engine
This is Rietveld 408576698