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

Unified Diff: mojo/examples/wget/wget.cc

Issue 668483002: Change mojo URLs from mojo://mojo_foo to mojo://foo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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: mojo/examples/wget/wget.cc
diff --git a/mojo/examples/wget/wget.cc b/mojo/examples/wget/wget.cc
index 1efaa2d71ff85db5209f0d156f50c565f54d11fa..5b9e5ca8c6eaea74b30c36a52e21d896f2c2ff8e 100644
--- a/mojo/examples/wget/wget.cc
+++ b/mojo/examples/wget/wget.cc
@@ -71,7 +71,7 @@ class ResponsePrinter {
class WGetApp : public ApplicationDelegate {
public:
virtual void Initialize(ApplicationImpl* app) override {
- app->ConnectToService("mojo:mojo_network_service", &network_service_);
+ app->ConnectToService("mojo:network_service", &network_service_);
Start(app->args());
}

Powered by Google App Engine
This is Rietveld 408576698