// Copyright 2017 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_BLINK_RENDERER_PLATFORM_MEDIA_RESOURCE_FETCH_CONTEXT_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_RESOURCE_FETCH_CONTEXT_H_ #include <memory> namespace blink { class WebAssociatedURLLoader; struct WebAssociatedURLLoaderOptions; class ResourceFetchContext { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_RESOURCE_FETCH_CONTEXT_H_