chromium/ui/webui/examples/browser/ui/web/webui.h

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

#ifndef UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBUI_H_
#define UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBUI_H_

#include "content/public/browser/web_ui_controller.h"

namespace webui_examples {

class WebUI : public content::WebUIController {};

}  // namespace webui_examples

#endif  // UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBUI_H_