| Index: content/browser/android/content_startup_flags.cc
|
| diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
|
| index d315371ca4ba858769366bf2160542b9c1425d7c..ca3141f0055cee494a66262db7a877c3e7421aaa 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -26,7 +26,8 @@ void SetContentCommandLineFlags(bool single_process,
|
| return;
|
| already_initialized = true;
|
|
|
| - CommandLine* parsed_command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* parsed_command_line =
|
| + base::CommandLine::ForCurrentProcess();
|
|
|
| int command_line_renderer_limit = -1;
|
| if (parsed_command_line->HasSwitch(switches::kRendererProcessLimit)) {
|
|
|