summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/net_log_logger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/net_log_logger.cc')
-rw-r--r--chrome/browser/net/net_log_logger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/net_log_logger.cc b/chrome/browser/net/net_log_logger.cc
index 03c0647..a172dc3 100644
--- a/chrome/browser/net/net_log_logger.cc
+++ b/chrome/browser/net/net_log_logger.cc
@@ -14,7 +14,7 @@
#include "base/values.h"
#include "chrome/browser/ui/webui/net_internals/net_internals_ui.h"
-NetLogLogger::NetLogLogger(const FilePath &log_path) {
+NetLogLogger::NetLogLogger(const base::FilePath &log_path) {
if (!log_path.empty()) {
base::ThreadRestrictions::ScopedAllowIO allow_io;
FILE* fp = file_util::OpenFile(log_path, "w");