| Index: chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h
|
| index d30ab41b077667ab8e8ebefa884040f088768a21..809e7c0e2fefc4c317cd02689fb92cb6a4330f53 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_BINARY_INTEGRITY_INCIDENT_H_
|
| #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_BINARY_INTEGRITY_INCIDENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/safe_browsing/incident_reporting/incident.h"
|
|
|
|
|