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

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

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
« no previous file with comments | « content/browser/media/android/provision_fetcher_impl.h ('k') | media/base/media_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/android/provision_fetcher_impl.cc
diff --git a/content/browser/media/android/provision_fetcher_impl.cc b/content/browser/media/android/provision_fetcher_impl.cc
index 896f373622fed2b741a73d6cb9a0789557eb109d..79f0e3d41952776bfc7180a8525c54efc3c16792 100644
--- a/content/browser/media/android/provision_fetcher_impl.cc
+++ b/content/browser/media/android/provision_fetcher_impl.cc
@@ -36,8 +36,8 @@ ProvisionFetcherImpl::ProvisionFetcherImpl(
ProvisionFetcherImpl::~ProvisionFetcherImpl() {}
-void ProvisionFetcherImpl::Retrieve(const mojo::String& default_url,
- const mojo::String& request_data,
+void ProvisionFetcherImpl::Retrieve(const std::string& default_url,
+ const std::string& request_data,
const RetrieveCallback& callback) {
DVLOG(1) << __FUNCTION__ << ": " << default_url;
provision_fetcher_->Retrieve(
« no previous file with comments | « content/browser/media/android/provision_fetcher_impl.h ('k') | media/base/media_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698