fix build failures
Change-Id: I9e745d2a4b3f780941ba286bbafa5d4169d172f7 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1653863 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
c2467077b9
commit
d7676cd696
4 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,7 @@ using google_breakpad::test_assembler::Section;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using testing::_;
|
using testing::_;
|
||||||
using testing::AnyNumber;
|
using testing::AnyNumber;
|
||||||
|
using testing::DoAll;
|
||||||
using testing::Return;
|
using testing::Return;
|
||||||
using testing::SetArgumentPointee;
|
using testing::SetArgumentPointee;
|
||||||
using testing::Test;
|
using testing::Test;
|
||||||
|
|
|
@ -64,6 +64,7 @@ using google_breakpad::test_assembler::Section;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using testing::_;
|
using testing::_;
|
||||||
using testing::AnyNumber;
|
using testing::AnyNumber;
|
||||||
|
using testing::DoAll;
|
||||||
using testing::Return;
|
using testing::Return;
|
||||||
using testing::SetArgumentPointee;
|
using testing::SetArgumentPointee;
|
||||||
using testing::Test;
|
using testing::Test;
|
||||||
|
|
|
@ -64,6 +64,7 @@ using google_breakpad::test_assembler::Section;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using testing::_;
|
using testing::_;
|
||||||
using testing::AnyNumber;
|
using testing::AnyNumber;
|
||||||
|
using testing::DoAll;
|
||||||
using testing::Return;
|
using testing::Return;
|
||||||
using testing::SetArgumentPointee;
|
using testing::SetArgumentPointee;
|
||||||
using testing::Test;
|
using testing::Test;
|
||||||
|
|
|
@ -63,6 +63,7 @@ using google_breakpad::test_assembler::Section;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using testing::_;
|
using testing::_;
|
||||||
using testing::AnyNumber;
|
using testing::AnyNumber;
|
||||||
|
using testing::DoAll;
|
||||||
using testing::Return;
|
using testing::Return;
|
||||||
using testing::SetArgumentPointee;
|
using testing::SetArgumentPointee;
|
||||||
using testing::Test;
|
using testing::Test;
|
||||||
|
|
Loading…
Reference in a new issue