| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 4c471bea5ad13cdb186f88e59fc9d118a5703e1f..2cd6c09dd34faf721cf1815197c39a8bc3e2b41f 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -425,7 +425,8 @@ namespace {
|
|
|
| // Cached version of the locale so we can return the locale on the I/O
|
| // thread.
|
| -base::LazyInstance<std::string> g_io_thread_application_locale;
|
| +base::LazyInstance<std::string>::DestructorAtExit
|
| + g_io_thread_application_locale;
|
|
|
| const storage::QuotaSettings* g_default_quota_settings;
|
|
|
|
|