| Index: device/serial/data_source_unittest.cc
|
| diff --git a/device/serial/data_source_unittest.cc b/device/serial/data_source_unittest.cc
|
| index 4a87a77ca405a818d7a3f1b338675bf019229782..ea871edf1fc9e3543e2674e80a5db133b34ea300 100644
|
| --- a/device/serial/data_source_unittest.cc
|
| +++ b/device/serial/data_source_unittest.cc
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#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"
|
|
|