chromium/extensions/shell/browser/system_logs/log_sources/basic_log_source.h

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

#ifndef EXTENSIONS_SHELL_BROWSER_SYSTEM_LOGS_LOG_SOURCES_BASIC_LOG_SOURCE_H_
#define EXTENSIONS_SHELL_BROWSER_SYSTEM_LOGS_LOG_SOURCES_BASIC_LOG_SOURCE_H_

#include "base/memory/raw_ptr.h"
#include "components/feedback/system_logs/system_logs_source.h"

namespace content {
class BrowserContext;
}  // namespace content

namespace system_logs {

// Fetches internal logs.
class BasicLogSource : public SystemLogsSource {};

}  // namespace system_logs

#endif  // EXTENSIONS_SHELL_BROWSER_SYSTEM_LOGS_LOG_SOURCES_BASIC_LOG_SOURCE_H_