diff --git a/third_party/libvpx_new b/third_party/libvpx_new new file mode 120000 index 0000000000..6714a2a358 --- /dev/null +++ b/third_party/libvpx_new @@ -0,0 +1 @@ +../chromium/src/third_party/libvpx_new \ No newline at end of file diff --git a/webrtc/base/safe_conversions.h b/webrtc/base/safe_conversions.h deleted file mode 100644 index accc8a9a67..0000000000 --- a/webrtc/base/safe_conversions.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 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. - * - */ - -#ifndef WEBRTC_BASE_SAFE_CONVERSIONS_H_ -#define WEBRTC_BASE_SAFE_CONVERSIONS_H_ - -// TODO(hbos): This file has been replaced by the file being included below. -// It exists as to not break downstream projects before they have been updated -// to use the new file path. As soon as the new file path is used, this file -// should be removed. webrtc:5548 -#include "webrtc/base/numerics/safe_conversions.h" - -#endif // WEBRTC_BASE_SAFE_CONVERSIONS_H_