| Index: ash/system/chromeos/power/dual_role_notification.h
|
| diff --git a/ash/system/chromeos/power/dual_role_notification.h b/ash/system/chromeos/power/dual_role_notification.h
|
| index d49ec08b0e071435eed5ea7fce4853009cdfa588..8cd6ab3c91377dcd5f3d11865a2da85f09d56d45 100644
|
| --- a/ash/system/chromeos/power/dual_role_notification.h
|
| +++ b/ash/system/chromeos/power/dual_role_notification.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef ASH_SYSTEM_CHROMEOS_POWER_DUAL_ROLE_NOTIFICATION_H_
|
| #define ASH_SYSTEM_CHROMEOS_POWER_DUAL_ROLE_NOTIFICATION_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "ash/ash_export.h"
|
| #include "ash/system/chromeos/power/power_status.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace message_center {
|
|
|