Browse Source

Add missing network:: for net log switches

Samuel Attard 6 years ago
parent
commit
ed1f8d3646
1 changed files with 2 additions and 2 deletions
  1. 2 2
      brightray/browser/net_log.cc

+ 2 - 2
brightray/browser/net_log.cc

@@ -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;