Index: content/browser/web_contents/web_contents_android.cc |
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc |
index a93fad88c15d0d4ce70b90c16d81ef9332fe13f6..a61609a593f02bb37b5915872e4e1ce5187bd53f 100644 |
--- a/content/browser/web_contents/web_contents_android.cc |
+++ b/content/browser/web_contents/web_contents_android.cc |
@@ -60,7 +60,7 @@ namespace { |
// Track all WebContentsAndroid objects here so that we don't deserialize a |
// destroyed WebContents object. |
-base::LazyInstance<base::hash_set<WebContentsAndroid*> >::Leaky |
+base::LazyInstance<base::hash_set<WebContentsAndroid*>>::Leaky |
g_allocated_web_contents_androids = LAZY_INSTANCE_INITIALIZER; |
void JavaScriptResultCallback(const ScopedJavaGlobalRef<jobject>& callback, |