Using ::testing::DoAll

Without this statement, compilation failed with new googletest.

Test: build
Bug: 129498355
Change-Id: I9eb7b7a2634f20ef80a23b75c06fc84a2fa52dc3
This commit is contained in:
Haibo Huang
2019-05-17 16:11:33 -07:00
parent b56e01cd2f
commit 9055e93a70
3 changed files with 3 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ using video_widevine::WidevinePsshData_EntitledKey;
// gmock methods
using ::testing::_;
using ::testing::DoAll;
using ::testing::Eq;
using ::testing::NotNull;
using ::testing::PrintToStringParamName;