// Copyright 2017 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_GENERIC_SENSOR_FAKE_PLATFORM_SENSOR_FUSION_H_ #define SERVICES_DEVICE_GENERIC_SENSOR_FAKE_PLATFORM_SENSOR_FUSION_H_ #include <utility> #include "base/containers/flat_map.h" #include "services/device/generic_sensor/platform_sensor_fusion.h" namespace device { class FakePlatformSensorFusion : public PlatformSensorFusion { … }; } // namespace device #endif // SERVICES_DEVICE_GENERIC_SENSOR_FAKE_PLATFORM_SENSOR_FUSION_H_