Index: chrome/browser/spellchecker/spellcheck_profile.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_profile.cc b/chrome/browser/spellchecker/spellcheck_profile.cc |
index ecb6cb9e5b11daf8bc6b4dae948efa8294e57850..ddd0605f5fc0e7351e1f4b7e87714c37849e5b3c 100644 |
--- a/chrome/browser/spellchecker/spellcheck_profile.cc |
+++ b/chrome/browser/spellchecker/spellcheck_profile.cc |
@@ -18,8 +18,8 @@ |
using content::BrowserThread; |
namespace { |
-base::LazyInstance<SpellCheckProfile::CustomWordList> g_empty_list( |
- base::LINKER_INITIALIZED); |
+base::LazyInstance<SpellCheckProfile::CustomWordList> g_empty_list = |
+ LINKER_ZERO_INITIALIZED; |
} // namespace |
SpellCheckProfile::SpellCheckProfile(const FilePath& profile_dir) |