| Index: chrome/browser/safe_browsing/incident_reporting/state_store.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/state_store.h b/chrome/browser/safe_browsing/incident_reporting/state_store.h
|
| index e361ee44c858d34943de969150de6583056ff514..b5cb99637a00cde3cb5878e38646b558e05d8c3a 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/state_store.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/state_store.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_STATE_STORE_H_
|
| #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_STATE_STORE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/prefs/scoped_user_pref_update.h"
|
|
|
|
|