| Index: chrome/browser/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugin_prefs.cc
|
| index f4923f14b890d897acbe3f46d1434d3195014094..576204f8dd010682a1cebee93f665cd94e5fb0bd 100644
|
| --- a/chrome/browser/plugin_prefs.cc
|
| +++ b/chrome/browser/plugin_prefs.cc
|
| @@ -41,8 +41,8 @@ namespace {
|
|
|
| // Default state for a plug-in (not state of the default plug-in!).
|
| // Accessed only on the UI thread.
|
| -base::LazyInstance<std::map<FilePath, bool> > g_default_plugin_state(
|
| - base::LINKER_INITIALIZED);
|
| +base::LazyInstance<std::map<FilePath, bool> > g_default_plugin_state =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|