diff options
Diffstat (limited to 'chrome/test/chromedriver/logging.cc')
-rw-r--r-- | chrome/test/chromedriver/logging.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/logging.cc b/chrome/test/chromedriver/logging.cc index 240ac14..b6941a6 100644 --- a/chrome/test/chromedriver/logging.cc +++ b/chrome/test/chromedriver/logging.cc @@ -203,7 +203,7 @@ bool InitLogging() { InitLogging(&InternalIsVLogOn); g_start_time = base::TimeTicks::Now().ToInternalValue(); - CommandLine* cmd_line = CommandLine::ForCurrentProcess(); + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->HasSwitch("log-path")) { g_log_level = Log::kInfo; base::FilePath log_path = cmd_line->GetSwitchValuePath("log-path"); |