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

Unified Diff: components/safe_json/safe_json_parser_impl.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
Index: components/safe_json/safe_json_parser_impl.cc
diff --git a/components/safe_json/safe_json_parser_impl.cc b/components/safe_json/safe_json_parser_impl.cc
index 09909e13045c3c785302276bcb26d5933b6eb237..d2ec9502a118e327027a5f804d563400a50f037d 100644
--- a/components/safe_json/safe_json_parser_impl.cc
+++ b/components/safe_json/safe_json_parser_impl.cc
@@ -61,7 +61,7 @@ void SafeJsonParserImpl::OnConnectionError() {
}
void SafeJsonParserImpl::OnParseDone(const base::ListValue& wrapper,
- const mojo::String& error) {
+ mojo::String error) {
DCHECK(io_thread_checker_.CalledOnValidThread());
// Shut down the utility process.
« no previous file with comments | « components/safe_json/safe_json_parser_impl.h ('k') | content/browser/background_sync/background_sync_service_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698