| Index: shell/android/mojo_main.cc
|
| diff --git a/shell/android/mojo_main.cc b/shell/android/mojo_main.cc
|
| index e61643a51fd15afcf863642673b491d948a25f73..5b1f5e98bd6fcdf47592d4fc6f8be134423424c6 100644
|
| --- a/shell/android/mojo_main.cc
|
| +++ b/shell/android/mojo_main.cc
|
| @@ -82,7 +82,7 @@ static void Init(JNIEnv* env,
|
| base::android::ConvertJavaStringToUTF8(env, mojo_shell_path));
|
| base::android::AppendJavaStringArrayToStringVector(env, jparameters,
|
| ¶meters);
|
| - CommandLine::Init(0, nullptr);
|
| + base::CommandLine::Init(0, nullptr);
|
| base::CommandLine::ForCurrentProcess()->InitFromArgv(parameters);
|
|
|
| InitializeLogging();
|
|
|