| Index: chrome/browser/profiles/profile_metrics_mac.mm
|
| diff --git a/chrome/browser/profiles/profile_metrics_mac.mm b/chrome/browser/profiles/profile_metrics_mac.mm
|
| index 8b128713d004b399ee2805443c5de829f824fd3f..dd931b1f295c2dd6c3c3ec9ff708a3a3f8543141 100644
|
| --- a/chrome/browser/profiles/profile_metrics_mac.mm
|
| +++ b/chrome/browser/profiles/profile_metrics_mac.mm
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "chrome/browser/profiles/profile_metrics.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/numerics/safe_conversions.h"
|
| #include "chrome/browser/mac/keystone_glue.h"
|
|
|
|
|