Delete unused class MockTargetTransferRateObserver

Bug: None
Change-Id: I60e9dc05450207dfd572ae17a42cf1adaed4c1b6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148525
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28813}
This commit is contained in:
Niels Möller 2019-08-08 14:38:44 +02:00 committed by Commit Bot
parent 5e4af85c47
commit 5297cf368d
5 changed files with 0 additions and 42 deletions

View File

@ -109,17 +109,4 @@ if (rtc_include_tests) {
"//third_party/abseil-cpp/absl/memory",
]
}
rtc_source_set("network_control_test") {
testonly = true
sources = [
"test/mock_network_control.h",
]
deps = [
":network_control",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../../test:test_support",
"//third_party/abseil-cpp/absl/types:optional",
]
}
}

View File

@ -1,26 +0,0 @@
/*
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef API_TRANSPORT_TEST_MOCK_NETWORK_CONTROL_H_
#define API_TRANSPORT_TEST_MOCK_NETWORK_CONTROL_H_
#include "api/transport/include/network_control.h"
#include "test/gmock.h"
namespace webrtc {
namespace test {
class MockTargetTransferRateObserver : public TargetTransferRateObserver {
public:
MOCK_METHOD1(OnTargetTransferRate, void(TargetTransferRate));
};
} // namespace test
} // namespace webrtc
#endif // API_TRANSPORT_TEST_MOCK_NETWORK_CONTROL_H_

View File

@ -136,7 +136,6 @@ if (rtc_include_tests) {
":packet_number_indexed_queue",
":rtt_stats",
":windowed_filter",
"../../../api/transport:network_control_test",
"../../../api/units:data_rate",
"../../../api/units:time_delta",
"../../../api/units:timestamp",

View File

@ -242,7 +242,6 @@ if (rtc_include_tests) {
"../../../api/transport:field_trial_based_config",
"../../../api/transport:goog_cc",
"../../../api/transport:network_control",
"../../../api/transport:network_control_test",
"../../../api/transport:webrtc_key_value_config",
"../../../api/units:data_rate",
"../../../api/units:timestamp",

View File

@ -119,7 +119,6 @@ if (rtc_include_tests) {
":rtt_tracker",
":utility_function",
"../../../api/transport:network_control",
"../../../api/transport:network_control_test",
"../../../api/units:data_rate",
"../../../api/units:data_size",
"../../../api/units:time_delta",