| Index: base/win/scoped_hdc.h
|
| diff --git a/base/win/scoped_hdc.h b/base/win/scoped_hdc.h
|
| index 9aead967929dba6b1866347a7a18c7426262d2be..2452067dfb32c7a45ad6f44f8ce7fbcdf87d9d3a 100644
|
| --- a/base/win/scoped_hdc.h
|
| +++ b/base/win/scoped_hdc.h
|
| @@ -68,7 +68,7 @@ class CreateDCTraits {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(CreateDCTraits);
|
| };
|
|
|
| -typedef GenericScopedHandle<CreateDCTraits, VerifierTraits> ScopedCreateDC;
|
| +typedef GenericScopedHandle<CreateDCTraits, DummyVerifierTraits> ScopedCreateDC;
|
|
|
| } // namespace win
|
| } // namespace base
|
|
|