| Index: content/browser/browser_main_loop.cc
|
| ===================================================================
|
| --- content/browser/browser_main_loop.cc (revision 107845)
|
| +++ content/browser/browser_main_loop.cc (working copy)
|
| @@ -149,7 +149,7 @@
|
|
|
| BrowserMainLoop::BrowserMainLoop(const MainFunctionParams& parameters)
|
| : parameters_(parameters),
|
| - parsed_command_line_(parameters.command_line_),
|
| + parsed_command_line_(parameters.command_line),
|
| result_code_(content::RESULT_CODE_NORMAL_EXIT) {
|
| #if defined(OS_WIN)
|
| OleInitialize(NULL);
|
| @@ -332,7 +332,7 @@
|
| #endif
|
|
|
| #if !defined(USE_AURA)
|
| - gfx::GtkInitFromCommandLine(parameters_.command_line_);
|
| + gfx::GtkInitFromCommandLine(parameters_.command_line);
|
| #endif
|
|
|
| SetUpGLibLogHandler();
|
|
|