chromium/content/public/test/test_web_ui_data_source.h

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

#ifndef CONTENT_PUBLIC_TEST_TEST_WEB_UI_DATA_SOURCE_H_
#define CONTENT_PUBLIC_TEST_TEST_WEB_UI_DATA_SOURCE_H_

#include <memory>
#include <string>

#include "base/values.h"
#include "ui/base/template_expressions.h"

class GURL;

namespace content {

class BrowserContext;
class WebUIDataSource;

class TestWebUIDataSource {};

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_TEST_WEB_UI_DATA_SOURCE_H_