| Index: chrome/browser/spellchecker/spellcheck_profile.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_profile.cc b/chrome/browser/spellchecker/spellcheck_profile.cc
|
| index d5c4de485c5593abdc503b55abec6682ce31d9fb..dd148041fe330134f261ec429ce143f213a1a350 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_profile.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_profile.cc
|
| @@ -15,6 +15,8 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/pref_names.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
| base::LazyInstance<SpellCheckProfile::CustomWordList> g_empty_list(
|
| base::LINKER_INITIALIZED);
|
|
|