| Index: cloud_print/service/win/cloud_print_service.cc
|
| ===================================================================
|
| --- cloud_print/service/win/cloud_print_service.cc (revision 139602)
|
| +++ cloud_print/service/win/cloud_print_service.cc (working copy)
|
| @@ -53,7 +53,8 @@
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ServiceHandleTraits);
|
| };
|
|
|
| -typedef base::win::GenericScopedHandle<ServiceHandleTraits> ServiceHandle;
|
| +typedef base::win::GenericScopedHandle<
|
| + ServiceHandleTraits, base::win::DummyVerifierTraits> ServiceHandle;
|
|
|
| HRESULT HResultFromLastError() {
|
| HRESULT hr = HRESULT_FROM_WIN32(GetLastError());
|
|
|