#include "content/shell/common/power_monitor_test_impl.h"
#include <memory>
#include <utility>
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/self_owned_receiver.h"
namespace content {
void PowerMonitorTestImpl::MakeSelfOwnedReceiver(
mojo::PendingReceiver<mojom::PowerMonitorTest> receiver) { … }
PowerMonitorTestImpl::PowerMonitorTestImpl() { … }
PowerMonitorTestImpl::~PowerMonitorTestImpl() { … }
void PowerMonitorTestImpl::QueryNextState(QueryNextStateCallback callback) { … }
void PowerMonitorTestImpl::OnPowerStateChange(bool on_battery_power) { … }
void PowerMonitorTestImpl::ReportState() { … }
}