Index: remoting/base/scoped_sc_handle_win.h |
=================================================================== |
--- remoting/base/scoped_sc_handle_win.h (revision 139138) |
+++ remoting/base/scoped_sc_handle_win.h (working copy) |
@@ -34,7 +34,8 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(ScHandleTraits); |
}; |
-typedef base::win::GenericScopedHandle<ScHandleTraits> ScopedScHandle; |
+typedef base::win::GenericScopedHandle< |
+ ScHandleTraits, base::win::DummyVerifierTraits> ScopedScHandle; |
} // namespace remoting |