| Index: chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| index d6406993c49e59d1641e6fee96da83fa4387d8b5..816e08b60f60092d0f97371f9dc9d6261dbc86bb 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -18,13 +18,13 @@
|
| #include "chrome/common/pref_font_webkit_names.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_names_util.h"
|
| +#include "chrome/grit/locale_settings.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/web_preferences.h"
|
| -#include "grit/locale_settings.h"
|
| #include "grit/platform_locale_settings.h"
|
| #include "third_party/icu/source/common/unicode/uchar.h"
|
| #include "third_party/icu/source/common/unicode/uscript.h"
|
|
|