| Index: tools/battor_agent/battor_connection_unittest.cc
|
| diff --git a/tools/battor_agent/battor_connection_unittest.cc b/tools/battor_agent/battor_connection_unittest.cc
|
| index b298b008fbaa9532caa6c97f8d03906717fe4714..abdde9887df8fc6c99a15736ecccee52d51e6add 100644
|
| --- a/tools/battor_agent/battor_connection_unittest.cc
|
| +++ b/tools/battor_agent/battor_connection_unittest.cc
|
| @@ -4,6 +4,10 @@
|
|
|
| #include "tools/battor_agent/battor_connection.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +#include <string.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|