// 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_ |