chromium/device/vr/create_anchor_request.h

// Copyright 2020 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_CREATE_ANCHOR_REQUEST_H_
#define DEVICE_VR_CREATE_ANCHOR_REQUEST_H_

#include "base/component_export.h"
#include "base/functional/callback.h"
#include "base/time/time.h"
#include "device/vr/public/mojom/vr_service.mojom.h"
#include "ui/gfx/geometry/transform.h"

namespace device {

CreateAnchorCallback;

class COMPONENT_EXPORT(DEVICE_VR_BASE) CreateAnchorRequest {};

}  // namespace device

#endif  // DEVICE_VR_CREATE_ANCHOR_REQUEST_H_