| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 2b33a94337a8886c4ff5f15ef947fec631bea4b2..c42592d487d6fc08b1b59df8901ad8a92151582e 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/debug/alias.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/json_pref_store.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_restrictions.h"
|
| @@ -64,7 +65,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_l10n_util.h"
|
| #include "chrome/common/extensions/extension_resource.h"
|
| -#include "chrome/common/json_pref_store.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/switch_utils.h"
|
| #include "chrome/common/url_constants.h"
|
|
|