chromium/chrome/browser/devtools/protocol/system_info_handler.h

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

#ifndef CHROME_BROWSER_DEVTOOLS_PROTOCOL_SYSTEM_INFO_HANDLER_H_
#define CHROME_BROWSER_DEVTOOLS_PROTOCOL_SYSTEM_INFO_HANDLER_H_

#include "chrome/browser/devtools/protocol/system_info.h"

namespace content {
class protocol;
}  // namespace content

class SystemInfoHandler : public protocol::SystemInfo::Backend {};

#endif  // CHROME_BROWSER_DEVTOOLS_PROTOCOL_SYSTEM_INFO_HANDLER_H_