Index: chrome/browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc b/chrome/browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc |
index 7bc3d33860655b4942f746c4774e5b06a7bed9b6..0e9d666a0754479b080586acadaf436646d2d17d 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc |
@@ -139,7 +139,7 @@ int ExamineByteRangeDiff(uint8_t* disk_start, |
if (*disk_start == *mem_start) |
continue; |
- auto modification = state->module_state->add_modification(); |
+ auto* modification = state->module_state->add_modification(); |
// Store the address at which the modification starts on disk, relative to |
// the beginning of the image. |
modification->set_file_offset( |