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

Unified Diff: media/mojo/services/mojo_provision_fetcher.cc

Issue 2062333002: mojo::Callback -> base::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « media/mojo/services/mojo_provision_fetcher.h ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_provision_fetcher.cc
diff --git a/media/mojo/services/mojo_provision_fetcher.cc b/media/mojo/services/mojo_provision_fetcher.cc
index 760fc1232d94679331bf7aceef227e2f681c8ed6..a519f634e4fd5e3156301de0857ac32bb6139f8a 100644
--- a/media/mojo/services/mojo_provision_fetcher.cc
+++ b/media/mojo/services/mojo_provision_fetcher.cc
@@ -30,7 +30,7 @@ void MojoProvisionFetcher::Retrieve(const std::string& default_url,
void MojoProvisionFetcher::OnResponse(const ResponseCB& response_cb,
bool success,
- const std::string& response) {
+ mojo::String response) {
response_cb.Run(success, response);
}
« no previous file with comments | « media/mojo/services/mojo_provision_fetcher.h ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698