| Index: device/serial/data_sink_unittest.cc
|
| diff --git a/device/serial/data_sink_unittest.cc b/device/serial/data_sink_unittest.cc
|
| index 6661fefb7a26ccfcf03c7e07c8e0f4d3a7eab9fb..2b177917c8b7c2235ee19822ea3afae3cfae132d 100644
|
| --- a/device/serial/data_sink_unittest.cc
|
| +++ b/device/serial/data_sink_unittest.cc
|
| @@ -2,7 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/strings/string_piece.h"
|
|
|