Delete deprecated rtc_event_log_factory_interface.h
Bug: webrtc:10206 Change-Id: I9a2cca368ff19b18218c457f6b1401d89c7f2fe4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151304 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29073}
This commit is contained in:
committed by
Commit Bot
parent
24b945d605
commit
9305d11f17
@ -30,7 +30,6 @@ rtc_source_set("rtc_event_log_api") {
|
||||
sources = [
|
||||
"rtc_event_log/encoder/rtc_event_log_encoder.h",
|
||||
"rtc_event_log/events/rtc_event.h",
|
||||
"rtc_event_log/rtc_event_log_factory_interface.h",
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "api/rtc_event_log/rtc_event_log_factory_interface.h"
|
||||
#include "logging/rtc_event_log/fake_rtc_event_log.h"
|
||||
#include "logging/rtc_event_log/rtc_event_log_factory_interface.h"
|
||||
#include "rtc_base/thread.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
/*
|
||||
* Copyright 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_RTC_EVENT_LOG_FACTORY_INTERFACE_H_
|
||||
#define LOGGING_RTC_EVENT_LOG_RTC_EVENT_LOG_FACTORY_INTERFACE_H_
|
||||
|
||||
// TODO(bugs.webrtc.org/10206): For backwards compatibility; Delete as soon as
|
||||
// dependencies are updated.
|
||||
#include "api/rtc_event_log/rtc_event_log_factory_interface.h"
|
||||
|
||||
#endif // LOGGING_RTC_EVENT_LOG_RTC_EVENT_LOG_FACTORY_INTERFACE_H_
|
||||
Reference in New Issue
Block a user