| Index: remoting/host/win/rdp_client_window.cc
|
| diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc
|
| index 53cb776f887db6ad57c4f4721887b95b0b8cff67..5bcd61d364001a5e098ce1797564fe52b9e06a4b 100644
|
| --- a/remoting/host/win/rdp_client_window.cc
|
| +++ b/remoting/host/win/rdp_client_window.cc
|
| @@ -60,8 +60,8 @@ enum RdpAudioMode {
|
| };
|
|
|
| // Points to a per-thread instance of the window activation hook handle.
|
| -base::LazyInstance<base::ThreadLocalPointer<RdpClientWindow::WindowHook> >
|
| - g_window_hook = LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<base::ThreadLocalPointer<RdpClientWindow::WindowHook>>::
|
| + DestructorAtExit g_window_hook = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Finds a child window with the class name matching |class_name|. Unlike
|
| // FindWindowEx() this function walks the tree of windows recursively. The walk
|
|
|