Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1243)

Unified Diff: content/browser/media/android/provision_fetcher_impl.h

Issue 2411573002: media: Use new wrapper types for media mojo interfaces (Closed)
Patch Set: comments addressed Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698