// Copyright 2019 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_UTIL_GAMEPAD_BUILDER_H_ #define DEVICE_VR_UTIL_GAMEPAD_BUILDER_H_ #include <optional> #include <string> #include "device/gamepad/public/cpp/gamepads.h" #include "device/vr/public/mojom/isolated_xr_service.mojom.h" namespace device { class GamepadBuilder { … }; } // namespace device #endif // DEVICE_VR_UTIL_GAMEPAD_BUILDER_H_