From 664efbd04872a9a21caf8d2b3df50f0f99e4e825 Mon Sep 17 00:00:00 2001 From: hbos Date: Tue, 20 Sep 2016 07:10:15 -0700 Subject: [PATCH] Removed api/rtcstats[report].h pseudonyms of api/stats/rtcstats[report].h These are no longer used in Chromium, so deleting them will not break any third party project. BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2352993002 Cr-Commit-Position: refs/heads/master@{#14309} --- webrtc/api/rtcstats.h | 13 ------------- webrtc/api/rtcstatsreport.h | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 webrtc/api/rtcstats.h delete mode 100644 webrtc/api/rtcstatsreport.h diff --git a/webrtc/api/rtcstats.h b/webrtc/api/rtcstats.h deleted file mode 100644 index 55aeb1d8a0..0000000000 --- a/webrtc/api/rtcstats.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright 2016 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. - */ - -// TODO(hbos): Remove this file once Chromium uses the correct include path. - -#include "webrtc/api/stats/rtcstats.h" diff --git a/webrtc/api/rtcstatsreport.h b/webrtc/api/rtcstatsreport.h deleted file mode 100644 index b16a53b588..0000000000 --- a/webrtc/api/rtcstatsreport.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright 2016 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. - */ - -// TODO(hbos): Remove this file once Chromium uses the correct include path. - -#include "webrtc/api/stats/rtcstatsreport.h"