| Index: components/device_event_log/device_event_log_impl.h
|
| diff --git a/components/device_event_log/device_event_log_impl.h b/components/device_event_log/device_event_log_impl.h
|
| index 6c3dffeb726f8ce076424e3f5cd065a467c294d1..f221638e95d6155ab2f0a80bbf33e5fb1b694fb3 100644
|
| --- a/components/device_event_log/device_event_log_impl.h
|
| +++ b/components/device_event_log/device_event_log_impl.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_IMPL_H_
|
| #define COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
|
|