Index: chrome/browser/metrics/thread_watcher.cc |
diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc |
index c33bc59c7e999b82ca32c3618b76186ac57efb4c..e9e1f4ba7026395747effbc582ee5b9804026b72 100644 |
--- a/chrome/browser/metrics/thread_watcher.cc |
+++ b/chrome/browser/metrics/thread_watcher.cc |
@@ -707,8 +707,7 @@ void ThreadWatcherObserver::Observe( |
// WatchDogThread methods and members. |
// This lock protects g_watchdog_thread. |
-static base::LazyInstance<base::Lock, |
- base::LeakyLazyInstanceTraits<base::Lock> > |
+static base::LazyInstance<base::Lock>::Leaky |
g_watchdog_lock = LAZY_INSTANCE_INITIALIZER; |
// The singleton of this class. |