diff --git a/logging/BUILD.gn b/logging/BUILD.gn index 849c3b2e76..0f254a52d6 100644 --- a/logging/BUILD.gn +++ b/logging/BUILD.gn @@ -29,16 +29,10 @@ group("logging") { rtc_source_set("rtc_event_log_api") { sources = [ "rtc_event_log/encoder/rtc_event_log_encoder.h", - "rtc_event_log/events/rtc_event.h", ] deps = [ - "../api:rtp_parameters", - "../api:scoped_refptr", "../api/rtc_event_log", - "../api/task_queue", - "../rtc_base:rtc_base_approved", - "//third_party/abseil-cpp/absl/memory", ] } diff --git a/logging/rtc_event_log/events/rtc_event.h b/logging/rtc_event_log/events/rtc_event.h deleted file mode 100644 index 23a2624a20..0000000000 --- a/logging/rtc_event_log/events/rtc_event.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2017 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 LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_ -#define LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_ - -// TODO(bugs.webrtc.org/10206): For backwards compatibility; Delete as soon as -// dependencies are updated. - -#include "api/rtc_event_log/rtc_event.h" - -#endif // LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_