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 15968f2647a7eaa4b311d843dd02236950b4acf6..d43b0a0e903315c8a2ad3020a22c467d39ec9975 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, |