| Index: base/win/scoped_handle.h
|
| diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
|
| index 404ab669385a067b2fd2a0b05c97aaceaa39c269..ac01485ab53c2ca453bff6cef0e4b88a8b70d0da 100644
|
| --- a/base/win/scoped_handle.h
|
| +++ b/base/win/scoped_handle.h
|
| @@ -8,6 +8,7 @@
|
| #include <windows.h>
|
|
|
| #include "base/base_export.h"
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| @@ -108,6 +109,8 @@ class GenericScopedHandle {
|
| }
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(ScopedHandleTest, ActiveVerifierWrongOwner);
|
| + FRIEND_TEST_ALL_PREFIXES(ScopedHandleTest, ActiveVerifierUntrackedHandle);
|
| Handle handle_;
|
| };
|
|
|
|
|