chromium/content/browser/xr/webxr_internals/webxr_internals_ui.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/342213636): Remove this and spanify to fix the errors.
#pragma allow_unsafe_buffers
#endif

#include "content/browser/xr/webxr_internals/webxr_internals_ui.h"

#include "base/feature_list.h"
#include "content/browser/xr/webxr_internals/webxr_internals_handler_impl.h"
#include "content/grit/webxr_internals_resources.h"
#include "content/grit/webxr_internals_resources_map.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_ui_data_source.h"
#include "device/vr/buildflags/buildflags.h"

#include "device/vr/public/cpp/features.h"

content  // namespace content