summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/net_log_logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/net_log_logger.h')
-rw-r--r--chrome/browser/net/net_log_logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/net_log_logger.h b/chrome/browser/net/net_log_logger.h
index 1ad1244..f04fcc8 100644
--- a/chrome/browser/net/net_log_logger.h
+++ b/chrome/browser/net/net_log_logger.h
@@ -21,7 +21,7 @@ class FilePath;
//
// Relies on ChromeNetLog only calling an Observer once at a time for
// thread-safety.
-class NetLogLogger : public ChromeNetLog::ThreadSafeObserver {
+class NetLogLogger : public ChromeNetLog::ThreadSafeObserverImpl {
public:
// If |log_path| is empty or file creation fails, writes to VLOG(1).
// Otherwise, writes to |log_path|. Uses one line per entry, for