| Index: content/browser/power_save_blocker_impl.h
|
| diff --git a/content/browser/power_save_blocker_impl.h b/content/browser/power_save_blocker_impl.h
|
| index 39ba8f24f8ea84b8c97f51956b33de36a658e444..7ba0b5429b858439b57705abc41ae6fecb32fa1f 100644
|
| --- a/content/browser/power_save_blocker_impl.h
|
| +++ b/content/browser/power_save_blocker_impl.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_BROWSER_POWER_SAVE_BLOCKER_IMPL_H_
|
| #define CONTENT_BROWSER_POWER_SAVE_BLOCKER_IMPL_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/power_save_blocker.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| @@ -13,7 +15,9 @@ namespace content {
|
|
|
| class PowerSaveBlockerImpl : public PowerSaveBlocker {
|
| public:
|
| - PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason);
|
| + PowerSaveBlockerImpl(PowerSaveBlockerType type,
|
| + Reason reason,
|
| + const std::string& description);
|
| ~PowerSaveBlockerImpl() override;
|
|
|
| #if defined(OS_ANDROID)
|
|
|