Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7702)

Unified Diff: chrome_frame/chrome_frame_automation.cc

Issue 9117038: Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/mac/objc_zombie.mm ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_automation.cc
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
index 5e845a615d75bbb1d14e4c33a3432f93e438dc91..a816e9a12d2d360246a188ac03891381768f1680 100644
--- a/chrome_frame/chrome_frame_automation.cc
+++ b/chrome_frame/chrome_frame_automation.cc
@@ -500,8 +500,7 @@ bool ProxyFactory::ReleaseAutomationServer(void* server_id,
return true;
}
-static base::LazyInstance<ProxyFactory,
- base::LeakyLazyInstanceTraits<ProxyFactory> >
+static base::LazyInstance<ProxyFactory>::Leaky
g_proxy_factory = LAZY_INSTANCE_INITIALIZER;
ChromeFrameAutomationClient::ChromeFrameAutomationClient()
« no previous file with comments | « chrome/common/mac/objc_zombie.mm ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698