// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_BASE_PROVISION_FETCHER_H_ #define MEDIA_BASE_PROVISION_FETCHER_H_ #include <memory> #include <string> #include "base/functional/callback.h" #include "url/gurl.h" namespace media { // The interface to retrieve provision information for CDM. class ProvisionFetcher { … }; CreateFetcherCB; } // namespace media #endif // MEDIA_BASE_PROVISION_FETCHER_H_