// 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_SERVICE_H_ #define SERVICES_DEVICE_BATTERY_BATTERY_STATUS_SERVICE_H_ #include <memory> #include "base/callback_list.h" #include "services/device/public/mojom/battery_status.mojom.h" namespace base { class SingleThreadTaskRunner; } namespace device { class BatteryStatusManager; class BatteryStatusService { … }; } // namespace device #endif // SERVICES_DEVICE_BATTERY_BATTERY_STATUS_SERVICE_H_