diff options
Diffstat (limited to 'base/win/scoped_handle.h')
| -rw-r--r-- | base/win/scoped_handle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h index 404ab66..ac01485 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_; }; |
