Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 7ae81e414e54628834d882fc4df0e907e23f25eb..ead69384123ec7d4144ba7dd95e7b0b0bb0ebf9d 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -176,8 +176,8 @@ const char kDotGoogleDotCom[] = ".google.com"; |
const char kWebContentsAndroidKey[] = "web_contents_android"; |
#endif // OS_ANDROID |
-base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback> > |
-g_created_callbacks = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback>>:: |
+ DestructorAtExit g_created_callbacks = LAZY_INSTANCE_INITIALIZER; |
void NotifyCacheOnIO( |
scoped_refptr<net::URLRequestContextGetter> request_context, |