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

Unified Diff: content/browser/service_worker/service_worker_version_unittest.cc

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: rebase Created 3 years, 12 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/renderer_host/offscreen_canvas_surface_impl.h ('k') | content/child/mojo/type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_version_unittest.cc
diff --git a/content/browser/service_worker/service_worker_version_unittest.cc b/content/browser/service_worker/service_worker_version_unittest.cc
index a81b8cf76f0ed45ca7c05d06487c698b04109a62..066f2bf0081db1c6801e8ec5ee204b2d0a1da57b 100644
--- a/content/browser/service_worker/service_worker_version_unittest.cc
+++ b/content/browser/service_worker/service_worker_version_unittest.cc
@@ -181,7 +181,7 @@ class TestServiceImpl : public mojom::TestService {
}
void GetRequestorName(const GetRequestorNameCallback& callback) override {
- callback.Run(mojo::String(""));
+ callback.Run("");
}
void CreateSharedBuffer(const std::string& message,
« no previous file with comments | « content/browser/renderer_host/offscreen_canvas_surface_impl.h ('k') | content/child/mojo/type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698