aboutsummaryrefslogtreecommitdiff
path: root/pc/data_channel_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pc/data_channel_controller_unittest.cc')
-rw-r--r--pc/data_channel_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/data_channel_controller_unittest.cc b/pc/data_channel_controller_unittest.cc
index 3b8adb6819..7d4e60467e 100644
--- a/pc/data_channel_controller_unittest.cc
+++ b/pc/data_channel_controller_unittest.cc
@@ -27,7 +27,7 @@ namespace {
using ::testing::NiceMock;
using ::testing::Return;
-class MockDataChannelTransport : public webrtc::DataChannelTransportInterface {
+class MockDataChannelTransport : public DataChannelTransportInterface {
public:
~MockDataChannelTransport() override {}