Add missing network:: for net log switches
This commit is contained in:
parent
efdf4f44c8
commit
ed1f8d3646
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ void NetLog::StartLogging() {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
base::FilePath log_path =
|
base::FilePath log_path =
|
||||||
command_line->GetSwitchValuePath(switches::kLogNetLog);
|
command_line->GetSwitchValuePath(network::switches::kLogNetLog);
|
||||||
if (log_path.empty())
|
if (log_path.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue