// 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 DEVICE_VR_TEST_FAKE_ORIENTATION_PROVIDER_H_ #define DEVICE_VR_TEST_FAKE_ORIENTATION_PROVIDER_H_ #include "device/vr/vr_export.h" #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/receiver.h" #include "services/device/public/mojom/sensor.mojom.h" namespace device { class DEVICE_VR_EXPORT FakeOrientationSensor : public mojom::Sensor { … }; } // namespace device #endif // DEVICE_VR_TEST_FAKE_ORIENTATION_PROVIDER_H_