Chromium Code Reviews| Index: mojo/examples/launcher/launcher.cc |
| =================================================================== |
| --- mojo/examples/launcher/launcher.cc (revision 272151) |
| +++ mojo/examples/launcher/launcher.cc (working copy) |
| @@ -267,7 +267,7 @@ |
| extern "C" LAUNCHER_EXPORT MojoResult CDECL MojoMain( |
| MojoHandle shell_handle) { |
| - CommandLine::Init(0, NULL); |
| + base::CommandLine::Init(0, NULL); |
| base::AtExitManager at_exit; |
| base::i18n::InitializeICU(); |