| Index: chromeos/dbus/update_engine_client.h
|
| diff --git a/chromeos/dbus/update_engine_client.h b/chromeos/dbus/update_engine_client.h
|
| index 99de14295ea41e0c414f53b18242f0cb58c1656a..9950e2137d3b1d75b657325ffff2346ec0ecf9ee 100644
|
| --- a/chromeos/dbus/update_engine_client.h
|
| +++ b/chromeos/dbus/update_engine_client.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROMEOS_DBUS_UPDATE_ENGINE_CLIENT_H_
|
| #define CHROMEOS_DBUS_UPDATE_ENGINE_CLIENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
|
|