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

Unified Diff: components/safe_json/utility/safe_json_parser_mojo_impl.h

Issue 2483013002: Mojo C++ bindings: Remove more use_new_wrapper_types=false. (Closed)
Patch Set: . Created 4 years, 1 month 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/utility/safe_json_parser_mojo_impl.h
diff --git a/components/safe_json/utility/safe_json_parser_mojo_impl.h b/components/safe_json/utility/safe_json_parser_mojo_impl.h
index d81c58882ba7d5e12ddbc6527ec1e12113d09682..0f3ed387161d0fd80d139016a9857621354469b7 100644
--- a/components/safe_json/utility/safe_json_parser_mojo_impl.h
+++ b/components/safe_json/utility/safe_json_parser_mojo_impl.h
@@ -21,7 +21,7 @@ class SafeJsonParserMojoImpl : public mojom::SafeJsonParser {
private:
// mojom::SafeJsonParser implementation.
- void Parse(const mojo::String& json, const ParseCallback& callback) override;
+ void Parse(const std::string& json, const ParseCallback& callback) override;
DISALLOW_COPY_AND_ASSIGN(SafeJsonParserMojoImpl);
};
« no previous file with comments | « components/safe_json/safe_json_parser_impl.cc ('k') | components/safe_json/utility/safe_json_parser_mojo_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698