blob: ca13c2db7e8a253a7f7b92fa12aa133f55a24d3c [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_WEBUI_WEBUI_CONFIG_H_
#define UI_WEBUI_WEBUI_CONFIG_H_
#include "content/public/browser/webui_config.h"
namespace ui {
// TODO(ortuno): Remove once all users of WebUIConfig are migrated.
using content::WebUIConfig;
} // namespace ui
#endif // UI_WEBUI_WEBUI_CONFIG_H_