| Index: chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| diff --git a/chromeos/dbus/shill_third_party_vpn_driver_client.cc b/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| index fd2f4d9ad1db1145bead96d47ed5acc72deafa3f..a3f3f7bc63ab3c1ef52c897223dbdd41f7ee3609 100644
|
| --- a/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| +++ b/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| @@ -4,7 +4,11 @@
|
|
|
| #include "chromeos/dbus/shill_third_party_vpn_driver_client.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "chromeos/dbus/shill_third_party_vpn_observer.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
|
|