mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-05 05:58:24 +01:00
windows: update gtest/gmock paths
The Windows build has rotted a bit with the gtest/gmock updates. Update all of the paths to fix things up again. Change-Id: Id67ce76abfd331c0543aa4bd1138e9cc13a18c75 Reviewed-on: https://chromium-review.googlesource.com/441584 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
333ed18eb0
commit
12f8ca4855
6 changed files with 22 additions and 20 deletions
|
|
@ -31,8 +31,8 @@
|
|||
#include <objbase.h>
|
||||
#include <dbghelp.h>
|
||||
|
||||
#include "breakpad_googletest_includes.h"
|
||||
#include "client/windows/unittests/dump_analysis.h" // NOLINT
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
DumpAnalysis::~DumpAnalysis() {
|
||||
if (dump_file_view_ != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue