| Index: chromeos/dbus/nfc_client_unittest.cc
|
| diff --git a/chromeos/dbus/nfc_client_unittest.cc b/chromeos/dbus/nfc_client_unittest.cc
|
| index 12cb0b0767ec862bd5b4a5dde7c23f54ea4006e9..8b431e9faaba942377dda0468c06e45df2b8c6a7 100644
|
| --- a/chromeos/dbus/nfc_client_unittest.cc
|
| +++ b/chromeos/dbus/nfc_client_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/message_loop/message_loop.h"
|
|
|