Chromium Code Reviews| Index: base/win/scoped_handle.h |
| diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h |
| index ac01485ab53c2ca453bff6cef0e4b88a8b70d0da..ad8c792a4de686342a1436babd78b81626374637 100644 |
| --- a/base/win/scoped_handle.h |
| +++ b/base/win/scoped_handle.h |
| @@ -179,6 +179,8 @@ void BASE_EXPORT DisableHandleVerifier(); |
| // a CHECK is generated. |
| void BASE_EXPORT OnHandleBeingClosed(HANDLE handle); |
| +HMODULE BASE_EXPORT GetHandleVerifierModuleForTesting(); |
|
scottmg
2016/03/11 19:02:18
Could you put these BASE_EXPORTs before the return
scottmg
2016/03/11 19:02:18
Some sort of comment here.
Will Harris
2016/03/11 20:35:31
Done.
Will Harris
2016/03/11 20:35:31
Done.
|
| + |
| } // namespace win |
| } // namespace base |