| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index e233a63a25b9855308aad8dd95b559f77d9e79e4..76d5df70e00d0e22e510605ae55a10759959671a 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -40,11 +40,11 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "net/base/cert_verifier.h"
|
| #include "net/base/host_cache.h"
|
| #include "net/base/host_mapping_rules.h"
|
| #include "net/base/net_util.h"
|
| #include "net/base/sdch_manager.h"
|
| +#include "net/cert/cert_verifier.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/dns/host_resolver.h"
|
| #include "net/dns/mapped_host_resolver.h"
|
|
|