Index: chrome/browser/android/download/download_controller.cc |
diff --git a/chrome/browser/android/download/download_controller.cc b/chrome/browser/android/download/download_controller.cc |
index 2d604abea4c7b5d6c778407259b3fd92e182ba46..ce839db9d5b3a17e83665743fdd84a85e11a2f25 100644 |
--- a/chrome/browser/android/download/download_controller.cc |
+++ b/chrome/browser/android/download/download_controller.cc |
@@ -45,7 +45,7 @@ using content::WebContents; |
namespace { |
// Guards download_controller_ |
-base::LazyInstance<base::Lock> g_download_controller_lock_; |
+base::LazyInstance<base::Lock>::DestructorAtExit g_download_controller_lock_; |
WebContents* GetWebContents(int render_process_id, int render_view_id) { |
content::RenderViewHost* render_view_host = |