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

Unified Diff: shell/switches.cc

Issue 868283006: Rename MojoURLResolver to URLResolver (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix test Created 5 years, 10 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 | « shell/shell_test_helper.cc ('k') | shell/url_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/switches.cc
diff --git a/shell/switches.cc b/shell/switches.cc
index e89e7685d8ae97e3bea3423b907e95a889953c8c..930517c9540175f3ec940db7192a1a597e5acd6f 100644
--- a/shell/switches.cc
+++ b/shell/switches.cc
@@ -46,7 +46,7 @@ const char kEnableMultiprocess[] = "enable-multiprocess";
const char kHelp[] = "help";
// Map mojo: URLs to a shared library of similar name at this origin. See
-// mojo_url_resolver.cc for details.
+// url_resolver.cc for details.
const char kOrigin[] = "origin";
// Specifies a set of mappings to apply when resolving urls. The value is set of
« no previous file with comments | « shell/shell_test_helper.cc ('k') | shell/url_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698