chromium/chrome/browser/ui/webui/chrome_content_browser_client_webui_part.h

// 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 CHROME_BROWSER_UI_WEBUI_CHROME_CONTENT_BROWSER_CLIENT_WEBUI_PART_H_
#define CHROME_BROWSER_UI_WEBUI_CHROME_CONTENT_BROWSER_CLIENT_WEBUI_PART_H_

#include "chrome/browser/chrome_content_browser_client_parts.h"
#include "content/public/browser/render_view_host.h"
#include "third_party/blink/public/common/web_preferences/web_preferences.h"

class ChromeContentBrowserClientWebUiPart
    : public ChromeContentBrowserClientParts {};

#endif  // CHROME_BROWSER_UI_WEBUI_CHROME_CONTENT_BROWSER_CLIENT_WEBUI_PART_H_