| Index: chrome/service/service_process.cc
|
| diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
|
| index 5612259b17d6a12c8662372941bbcdf40641dfcd..f4cf7e5f1a8a4ea9c505d8adeea5afbfe28be32a 100644
|
| --- a/chrome/service/service_process.cc
|
| +++ b/chrome/service/service_process.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/path_service.h"
|
| -#include "base/prefs/json_pref_store.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -36,6 +35,7 @@
|
| #include "chrome/service/cloud_print/cloud_print_proxy.h"
|
| #include "chrome/service/net/service_url_request_context_getter.h"
|
| #include "chrome/service/service_process_prefs.h"
|
| +#include "components/prefs/json_pref_store.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|