| Index: components/metrics/persisted_logs.h
|
| diff --git a/components/metrics/persisted_logs.h b/components/metrics/persisted_logs.h
|
| index 1fb99c696df0be2ff9e72c05bc38eed8c7a99b4f..73ad79a5b06e36a0e43aeebe06a44e5b615308a3 100644
|
| --- a/components/metrics/persisted_logs.h
|
| +++ b/components/metrics/persisted_logs.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef COMPONENTS_METRICS_PERSISTED_LOGS_H_
|
| #define COMPONENTS_METRICS_PERSISTED_LOGS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/values.h"
|
|
|
| class PrefService;
|
|
|