| Index: chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h
|
| index 3f8d00835f74234624a79b35ccb6464f33e95993..f00f70fd02059f52f9b636cf7924586195e05ad0 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_VARIATIONS_SEED_SIGNATURE_INCIDENT_H_
|
| #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_VARIATIONS_SEED_SIGNATURE_INCIDENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/safe_browsing/incident_reporting/incident.h"
|
|
|
|
|