// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_WEBRTC_OVERRIDES_API_LOCATION_H_ #define THIRD_PARTY_WEBRTC_OVERRIDES_API_LOCATION_H_ #include "base/location.h" namespace webrtc { Location; } // namespace webrtc #endif // THIRD_PARTY_WEBRTC_OVERRIDES_API_LOCATION_H_