summaryrefslogtreecommitdiffstats
path: root/mojo/examples/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/examples/launcher')
-rw-r--r--mojo/examples/launcher/launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/launcher/launcher.cc b/mojo/examples/launcher/launcher.cc
index b1fe4b8..400689f 100644
--- a/mojo/examples/launcher/launcher.cc
+++ b/mojo/examples/launcher/launcher.cc
@@ -267,7 +267,7 @@ class LauncherImpl : public InterfaceImpl<Launcher>,
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();