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 |