summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r--chrome/browser/io_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 6de1bae..404f69e 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -13,6 +13,7 @@
#include "chrome/common/net/dns.h"
#include "net/base/host_resolver.h"
+class ChromeNetLog;
class ListValue;
namespace chrome_browser_net {
@@ -27,6 +28,7 @@ class NetworkChangeNotifier;
class IOThread : public BrowserProcessSubThread {
public:
struct Globals {
+ scoped_ptr<ChromeNetLog> net_log;
scoped_ptr<net::NetworkChangeNotifier> network_change_notifier;
// TODO(willchan): Stop reference counting HostResolver. It's owned by
// IOThread now.