| Index: snapshot/win/system_snapshot_win_test.cc
|
| diff --git a/snapshot/win/system_snapshot_win_test.cc b/snapshot/win/system_snapshot_win_test.cc
|
| index 7552ca5642b677f53ee440b38520ec272e358ceb..735b2f45ce45af30899b16210f594ea543388fc2 100644
|
| --- a/snapshot/win/system_snapshot_win_test.cc
|
| +++ b/snapshot/win/system_snapshot_win_test.cc
|
| @@ -41,7 +41,8 @@ class SystemSnapshotWinTest : public testing::Test {
|
|
|
| // testing::Test:
|
| void SetUp() override {
|
| - ASSERT_TRUE(process_reader_.Initialize(GetCurrentProcess()));
|
| + ASSERT_TRUE(process_reader_.Initialize(GetCurrentProcess(),
|
| + ProcessSuspensionState::kRunning));
|
| system_snapshot_.Initialize(&process_reader_);
|
| }
|
|
|
|
|