| 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
|
|
|