| Index: components/device_event_log/device_event_log.h
|
| diff --git a/components/device_event_log/device_event_log.h b/components/device_event_log/device_event_log.h
|
| index 6305c01524d586fe76570d9f84e56a060abf86e8..c59223af4443d7e0b73b1f8bc2dc1eaeab17e26b 100644
|
| --- a/components/device_event_log/device_event_log.h
|
| +++ b/components/device_event_log/device_event_log.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_H_
|
| #define COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <cstring>
|
| #include <sstream>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/timer/elapsed_timer.h"
|
| #include "components/device_event_log/device_event_log_export.h"
|
|
|
|
|