diff options
Diffstat (limited to 'chrome/browser/net/net_log_logger.h')
-rw-r--r-- | chrome/browser/net/net_log_logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/net_log_logger.h b/chrome/browser/net/net_log_logger.h index 7f90d94..564f232 100644 --- a/chrome/browser/net/net_log_logger.h +++ b/chrome/browser/net/net_log_logger.h @@ -11,12 +11,12 @@ // NetLogLogger watches the NetLog event stream, and sends all entries to // VLOG(1). This is to debug errors that prevent getting to the // about:net-internals page. -class NetLogLogger : public ChromeNetLog::Observer { +class NetLogLogger : public ChromeNetLog::ThreadSafeObserver { public: NetLogLogger(); ~NetLogLogger(); - // Observer implementation: + // ThreadSafeObserver implementation: virtual void OnAddEntry(net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, |