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() |