| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 0c9b114de18af1f66e22b6203700ab53b285b973..8a18541b52773312e6b7d03ceeec8b234f642041 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/gpu_process_host.h"
|
| #include "chrome/browser/net/chrome_net_log.h"
|
| +#include "chrome/browser/net/connect_interceptor.h"
|
| #include "chrome/browser/net/predictor_api.h"
|
| #include "chrome/browser/net/passive_log_collector.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -116,6 +117,10 @@ class LoggingNetworkChangeObserver
|
| // Quit task.
|
| DISABLE_RUNNABLE_METHOD_REFCOUNT(IOThread);
|
|
|
| +IOThread::Globals::Globals() {}
|
| +
|
| +IOThread::Globals::~Globals() {}
|
| +
|
| IOThread::IOThread()
|
| : BrowserProcessSubThread(BrowserThread::IO),
|
| globals_(NULL),
|
|
|