// 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. #include "services/device/public/cpp/generic_sensor/sensor_traits.h" namespace device { SensorType; double GetSensorMaxAllowedFrequency(SensorType type) { … } double GetSensorDefaultFrequency(mojom::SensorType type) { … } } // namespace device