blob: 498660b199977d178a520203b595dc529d67a6a9 [file]
// Copyright 2021 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 CHROME_TEST_BASE_WEB_UI_TEST_DATA_SOURCE_H_
#define CHROME_TEST_BASE_WEB_UI_TEST_DATA_SOURCE_H_
#include "content/public/browser/web_ui_data_source.h"
namespace webui {
// Creates a data source for for chrome://webui-test/ URLs.
content::WebUIDataSource* CreateWebUITestDataSource();
} // namespace webui
#endif // CHROME_TEST_BASE_WEB_UI_TEST_DATA_SOURCE_H_