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

Unified Diff: components/safe_json/safe_json_parser_impl.h

Issue 2076163002: Migrate SequencedTaskRunnerHandle calls to TaskRunnerHandle calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mix_c_Ab_1_scheduler_support_parallelTRH
Patch Set: 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 | « components/safe_json/safe_json_parser.h ('k') | components/safe_json/safe_json_parser_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json/safe_json_parser_impl.h
diff --git a/components/safe_json/safe_json_parser_impl.h b/components/safe_json/safe_json_parser_impl.h
index eefa187d35b9d0f16800cfb2d6afe914d4711488..d615f76accf5864e3e437384c714f3dcf13f05a7 100644
--- a/components/safe_json/safe_json_parser_impl.h
+++ b/components/safe_json/safe_json_parser_impl.h
@@ -18,7 +18,7 @@
namespace base {
class ListValue;
-class SequencedTaskRunner;
+class TaskRunner;
class Value;
}
@@ -59,7 +59,7 @@ class SafeJsonParserImpl : public content::UtilityProcessHostClient,
const std::string unsafe_json_;
SuccessCallback success_callback_;
ErrorCallback error_callback_;
- scoped_refptr<base::SequencedTaskRunner> caller_task_runner_;
+ scoped_refptr<base::TaskRunner> caller_task_runner_;
std::unique_ptr<base::Value> parsed_json_;
std::string error_;
« no previous file with comments | « components/safe_json/safe_json_parser.h ('k') | components/safe_json/safe_json_parser_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698