summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker/spellcheck_profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_profile.cc')
-rw-r--r--chrome/browser/spellchecker/spellcheck_profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_profile.cc b/chrome/browser/spellchecker/spellcheck_profile.cc
index ecb6cb9..9af9a1e 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 =
+ LAZY_INSTANCE_INITIALIZER;
} // namespace
SpellCheckProfile::SpellCheckProfile(const FilePath& profile_dir)