Add missing network:: for net log switches

This commit is contained in:
Samuel Attard 2018-06-19 11:52:17 +10:00
parent efdf4f44c8
commit ed1f8d3646

View file

@ -44,8 +44,8 @@ void NetLog::StartLogging() {
if (!command_line->HasSwitch(network::switches::kLogNetLog))
return;
base::FilePath log_path =
command_line->GetSwitchValuePath(switches::kLogNetLog);
base::FilePath log_path =
command_line->GetSwitchValuePath(network::switches::kLogNetLog);
if (log_path.empty())
return;