Index: extensions/shell/browser/shell_extension_host_delegate.cc |
diff --git a/extensions/shell/browser/shell_extension_host_delegate.cc b/extensions/shell/browser/shell_extension_host_delegate.cc |
index 51c73341abfaf518f652b99d435fd68729056930..1656b2381bcb8961c7db515aabc5e7a5cc63c3e9 100644 |
--- a/extensions/shell/browser/shell_extension_host_delegate.cc |
+++ b/extensions/shell/browser/shell_extension_host_delegate.cc |
@@ -63,7 +63,7 @@ bool ShellExtensionHostDelegate::CheckMediaAccessPermission( |
return true; |
} |
-static base::LazyInstance<SerialExtensionHostQueue> g_queue = |
+static base::LazyInstance<SerialExtensionHostQueue>::DestructorAtExit g_queue = |
LAZY_INSTANCE_INITIALIZER; |
ExtensionHostQueue* ShellExtensionHostDelegate::GetExtensionHostQueue() const { |