// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_ #define SERVICES_DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_ #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/self_owned_receiver.h" #include "services/device/battery/battery_status_service.h" #include "services/device/public/mojom/battery_monitor.mojom.h" namespace device { class BatteryMonitorImpl : public mojom::BatteryMonitor { … }; } // namespace device #endif // SERVICES_DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_