Index: remoting/host/local_input_monitor_thread_win.cc |
diff --git a/remoting/host/local_input_monitor_thread_win.cc b/remoting/host/local_input_monitor_thread_win.cc |
index 490b8914c8d6edc1306d39693bee464f165680a2..656b60f58288406c346a4dc386d90158ec509797 100644 |
--- a/remoting/host/local_input_monitor_thread_win.cc |
+++ b/remoting/host/local_input_monitor_thread_win.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -13,9 +13,7 @@ using namespace remoting; |
namespace { |
LocalInputMonitorThread* g_local_input_monitor_thread = NULL; |
-base::LazyInstance<base::Lock, |
- base::LeakyLazyInstanceTraits<base::Lock> > |
- g_thread_lock = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<base::Lock>::Leaky g_thread_lock = LAZY_INSTANCE_INITIALIZER; |
} // namespace |