| Index: chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc
|
| index 8270b45ad52f0e912020b86237731bf95607659c..9ef043b27e65b691aed554ddaa19cc51c961bfc8 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc
|
| @@ -56,7 +56,7 @@ class BinaryIntegrityAnalyzerWinTest : public ::testing::Test {
|
| };
|
|
|
| BinaryIntegrityAnalyzerWinTest::BinaryIntegrityAnalyzerWinTest() {
|
| - temp_dir_.CreateUniqueTempDir();
|
| + EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| base::CreateDirectory(temp_dir_.path().AppendASCII(CHROME_VERSION_STRING));
|
|
|
| // We retrieve DIR_TEST_DATA here because it is based on DIR_EXE and we are
|
|
|