| Index: chromeos/dbus/privet_daemon_manager_client_unittest.cc
|
| diff --git a/chromeos/dbus/privet_daemon_manager_client_unittest.cc b/chromeos/dbus/privet_daemon_manager_client_unittest.cc
|
| index 84f31d4f9bf089552bcf565bedf049adba28f050..68c48ead3a22303aea4871837b26cb74c16a8afc 100644
|
| --- a/chromeos/dbus/privet_daemon_manager_client_unittest.cc
|
| +++ b/chromeos/dbus/privet_daemon_manager_client_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "chromeos/dbus/privet_daemon_manager_client.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "dbus/message.h"
|
|
|