Index: chrome/browser/zygote_main_linux.cc |
diff --git a/chrome/browser/zygote_main_linux.cc b/chrome/browser/zygote_main_linux.cc |
index 008d3a42fba7c960a2a380161286407a51551952..5943d11097d12cef3c3c3c27719afb53db02f615 100644 |
--- a/chrome/browser/zygote_main_linux.cc |
+++ b/chrome/browser/zygote_main_linux.cc |
@@ -382,7 +382,7 @@ class Zygote { |
close(kBrowserDescriptor); // our socket from the browser |
if (g_suid_sandbox_active) |
close(kZygoteIdDescriptor); // another socket from the browser |
- Singleton<base::GlobalDescriptors>()->Reset(mapping); |
+ base::GlobalDescriptors::GetInstance()->Reset(mapping); |
#if defined(CHROMIUM_SELINUX) |
SELinuxTransitionToTypeOrDie("chromium_renderer_t"); |