| Index: components/device_event_log/device_event_log_impl_unittest.cc
|
| diff --git a/components/device_event_log/device_event_log_impl_unittest.cc b/components/device_event_log/device_event_log_impl_unittest.cc
|
| index b23b6e78d52c1c8f647f0edc4c8e95867f4d3210..d42d736f2982ca5685c19ee027f5b00fb0b63708 100644
|
| --- a/components/device_event_log/device_event_log_impl_unittest.cc
|
| +++ b/components/device_event_log/device_event_log_impl_unittest.cc
|
| @@ -4,13 +4,15 @@
|
|
|
| #include "components/device_event_log/device_event_log_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/format_macros.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/stringprintf.h"
|
|
|