| Index: chrome/browser/net/chrome_net_log.cc
|
| diff --git a/chrome/browser/net/chrome_net_log.cc b/chrome/browser/net/chrome_net_log.cc
|
| index a9d368747f811f307a555e7628f63a9e50f7a13d..7b9fabd54b49e1c6888d08539d35ebaa168c11ca 100644
|
| --- a/chrome/browser/net/chrome_net_log.cc
|
| +++ b/chrome/browser/net/chrome_net_log.cc
|
| @@ -20,7 +20,8 @@
|
|
|
| ChromeNetLog::ChromeNetLog()
|
| : net_log_temp_file_(new NetLogTempFile(this)) {
|
| - const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* command_line =
|
| + base::CommandLine::ForCurrentProcess();
|
|
|
| if (command_line->HasSwitch(switches::kLogNetLog)) {
|
| base::FilePath log_path =
|
|
|