diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h deleted file mode 100644 index a123acf8dd..0000000000 --- a/webrtc/media/engine/webrtcvideoengine2.h +++ /dev/null @@ -1,18 +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 WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ -#define WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ - -// TODO(eladalon): Remove this legacy. -#include "webrtc/media/engine/webrtcvideoengine.h" - -#endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ -