From 97a7fb0eb7249b9380c73912e6ea9c46ed494acf Mon Sep 17 00:00:00 2001 From: nisse Date: Mon, 3 Apr 2017 01:47:38 -0700 Subject: [PATCH] Delete obsolete file mock_congestion_controller.h. BUG=None Review-Url: https://codereview.webrtc.org/2794843002 Cr-Commit-Position: refs/heads/master@{#17501} --- .../include/mock/mock_congestion_controller.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h diff --git a/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h b/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h deleted file mode 100644 index 169fa1ce16..0000000000 --- a/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2015 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(nisse): Old include file kept temporarily, to not break -// downstream applications. Delete as soon as downstrem is updated. - -#ifndef WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_MOCK_MOCK_CONGESTION_CONTROLLER_H_ -#define WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_MOCK_MOCK_CONGESTION_CONTROLLER_H_ - -#include "webrtc/modules/congestion_controller/include/mock/mock_congestion_observer.h" - -#endif // WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_MOCK_MOCK_CONGESTION_CONTROLLER_H_