// 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 "device/vr/test/fake_orientation_provider.h" #include "services/device/public/mojom/sensor.mojom.h" namespace device { FakeOrientationSensor::FakeOrientationSensor( mojo::PendingReceiver<mojom::Sensor> receiver) : … { … } FakeOrientationSensor::~FakeOrientationSensor() = default; // The called functions void FakeOrientationSensor::AddConfiguration( const PlatformSensorConfiguration& configuration, AddConfigurationCallback callback) { … } } // namespace device