// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_POWER_MONITOR_POWER_MONITOR_SOURCE_H_ #define BASE_POWER_MONITOR_POWER_MONITOR_SOURCE_H_ #include "base/base_export.h" #include "base/power_monitor/power_observer.h" #include "base/synchronization/lock.h" #include "build/build_config.h" namespace base { // Communicates power state changes to the power monitor. class BASE_EXPORT PowerMonitorSource { … }; } // namespace base #endif // BASE_POWER_MONITOR_POWER_MONITOR_SOURCE_H_