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

Unified Diff: webrtc/api/rtpparameters_unittest.cc

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Fix nit. Created 3 years, 3 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/rtpparameters.cc ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtpparameters_unittest.cc
diff --git a/webrtc/config_unittest.cc b/webrtc/api/rtpparameters_unittest.cc
similarity index 92%
rename from webrtc/config_unittest.cc
rename to webrtc/api/rtpparameters_unittest.cc
index 03784d4afcc899bd37be829b6ae46a99bbada6ea..6cb90c2df19014edf103bc47beb501aeed571c7e 100644
--- a/webrtc/config_unittest.cc
+++ b/webrtc/api/rtpparameters_unittest.cc
@@ -8,11 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/config.h"
+#include <utility>
-#include <vector>
+#include "webrtc/api/rtpparameters.h"
+#include "webrtc/test/gtest.h"
-#include "webrtc/rtc_base/gunit.h"
+namespace webrtc {
using webrtc::RtpExtension;
@@ -47,3 +48,4 @@ TEST(RtpExtensionTest, FilterDuplicateNonEncrypted) {
EXPECT_EQ(2u, filtered.size());
EXPECT_EQ(extensions, filtered);
}
+} // namespace webrtc
« no previous file with comments | « webrtc/api/rtpparameters.cc ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698