// 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_STATUS_MANAGER_H_ #define SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_ #include <memory> #include "services/device/battery/battery_status_service.h" namespace device { // Platform specific manager class for fetching battery status data. class BatteryStatusManager { … }; } // namespace device #endif // SERVICES_DEVICE_BATTERY_BATTERY_STATUS_MANAGER_H_