| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index d7d9bbc678c1e805a0d2776124a2e203fe30edf0..777fb896791a3446afa2335b6bd8893de9b2a285 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -17,6 +17,7 @@
|
| #include "base/metrics/field_trial.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/json_pref_store.h"
|
| #include "base/process_info.h"
|
| #include "base/process_util.h"
|
| #include "base/run_loop.h"
|
| @@ -89,7 +90,6 @@
|
| #include "chrome/common/chrome_result_codes.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/env_vars.h"
|
| -#include "chrome/common/json_pref_store.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/metrics/variations/variations_util.h"
|
|
|