| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 8677d13b2109123a9cefc073c493c9dc2d9237a3..f522fbcefbe507a69099888d562df22d3131948b 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -12,6 +12,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/debug/leak_tracker.h"
|
| #include "base/logging.h"
|
| +#include "base/prefs/pref_registry_simple.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| @@ -35,8 +37,6 @@
|
| #include "chrome/browser/net/sdch_dictionary_fetcher.h"
|
| #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h"
|
| #include "chrome/browser/policy/policy_service.h"
|
| -#include "chrome/browser/prefs/pref_registry_simple.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|