| Index: chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| diff --git a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| index edf75b82e8c8fb8f41e6623c525afd1226ea875f..a2261886f0257c6a881666c6d32bd3c7b868bdab 100644
|
| --- a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| +++ b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| @@ -86,7 +86,7 @@ class ChromeURLContentSecurityPolicyExceptionSet
|
| };
|
|
|
| base::LazyInstance<ChromeURLContentSecurityPolicyExceptionSet>
|
| - g_chrome_url_content_security_policy_exceptions(base::LINKER_INITIALIZED);
|
| + g_chrome_url_content_security_policy_exceptions = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Parse a URL into the components used to resolve its request. |source_name|
|
| // is the hostname and |path| is the remaining portion of the URL.
|
|
|