summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r--content/browser/browser_main_loop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index f9b1102..ff12449 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -149,7 +149,7 @@ namespace content {
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 @@ void BrowserMainLoop::InitializeToolkit() {
#endif
#if !defined(USE_AURA)
- gfx::GtkInitFromCommandLine(parameters_.command_line_);
+ gfx::GtkInitFromCommandLine(parameters_.command_line);
#endif
SetUpGLibLogHandler();