| Index: chrome/browser/spellchecker/spellcheck_factory.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_factory.cc b/chrome/browser/spellchecker/spellcheck_factory.cc
|
| index cf95260c7c7842eba231623607494229dd80d029..c859897a3485ce3155d217bf090b7f992cb1531f 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_factory.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_factory.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/prefs/pref_registry_syncable.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
| #include "chrome/browser/spellchecker/spellcheck_service.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/user_prefs/pref_registry_syncable.h"
|
| #include "grit/locale_settings.h"
|
|
|
| // static
|
|
|