| Index: chrome/browser/ui/webui/options/language_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/language_options_handler.cc b/chrome/browser/ui/webui/options/language_options_handler.cc
|
| index 0b45d665ce3913505e4754aa6a290275530350c9..1d258163b4856a188e7e64c499909fb807c0c1d8 100644
|
| --- a/chrome/browser/ui/webui/options/language_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/language_options_handler.cc
|
| @@ -14,7 +14,6 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/rtl.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/browser_process.h"
|
| @@ -22,6 +21,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|