| Index: content/browser/media/android/provision_fetcher_impl.h
|
| diff --git a/content/browser/media/android/provision_fetcher_impl.h b/content/browser/media/android/provision_fetcher_impl.h
|
| index fc1955742eb2e6a0da92df36425916eb66c4710e..6fad5d4c279cdc62e11798b5240e83f2cc926f2e 100644
|
| --- a/content/browser/media/android/provision_fetcher_impl.h
|
| +++ b/content/browser/media/android/provision_fetcher_impl.h
|
| @@ -29,8 +29,8 @@ class ProvisionFetcherImpl : public media::mojom::ProvisionFetcher {
|
| ~ProvisionFetcherImpl() override;
|
|
|
| // media::mojom::ProvisionFetcher implementation.
|
| - void Retrieve(const mojo::String& default_url,
|
| - const mojo::String& request_data,
|
| + void Retrieve(const std::string& default_url,
|
| + const std::string& request_data,
|
| const RetrieveCallback& callback) final;
|
|
|
| private:
|
|
|