| Index: chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc
|
| index 9a6f476040aef8c3ac5fa1ff5d05c5dfa13e6458..6a394e3525768cc6fb7e3b2662b02ba53d20f67d 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc
|
| @@ -216,8 +216,11 @@ TEST(SafeBrowsingEnvironmentDataCollectionWinTest, VerifyLoadedModules) {
|
| EXPECT_EQ(ClientIncidentReport_EnvironmentData_Process_ModuleState::
|
| MODULE_STATE_MODIFIED,
|
| process_report.module_state(0).modified_state());
|
| + // See comment above about AddressSantizier.
|
| +#if !defined(ADDRESS_SANITIZER)
|
| EXPECT_EQ(std::string(kTestExportName),
|
| process_report.module_state(0).modified_export(0));
|
| +#endif
|
| }
|
| #endif // _WIN64
|
|
|
|
|