| Index: device/battery/battery_monitor_impl.h
|
| diff --git a/device/battery/battery_monitor_impl.h b/device/battery/battery_monitor_impl.h
|
| index 5c648434001a15c8c0ab4b57b9f7284df05c6f03..8bb2bc072646d89e64a81603fed2e4bcee4f608c 100644
|
| --- a/device/battery/battery_monitor_impl.h
|
| +++ b/device/battery/battery_monitor_impl.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_
|
| +#define DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "device/battery/battery_export.h"
|
| #include "device/battery/battery_monitor.mojom.h"
|
| #include "device/battery/battery_status_service.h"
|
|
|
| -#ifndef DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_
|
| -#define DEVICE_BATTERY_BATTERY_MONITOR_IMPL_H_
|
| -
|
| namespace device {
|
|
|
| class BatteryMonitorImpl : public mojo::InterfaceImpl<BatteryMonitor> {
|
|
|