diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/base/scoped_sc_handle_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/base/scoped_sc_handle_win.h b/remoting/base/scoped_sc_handle_win.h index 508f5f5..69cd569 100644 --- a/remoting/base/scoped_sc_handle_win.h +++ b/remoting/base/scoped_sc_handle_win.h @@ -34,7 +34,8 @@ class ScHandleTraits { DISALLOW_IMPLICIT_CONSTRUCTORS(ScHandleTraits); }; -typedef base::win::GenericScopedHandle<ScHandleTraits> ScopedScHandle; +typedef base::win::GenericScopedHandle< + ScHandleTraits, base::win::DummyVerifierTraits> ScopedScHandle; } // namespace remoting |