chromium/chrome/browser/ui/webui/internals/sessions/session_service_internals_handler.h

// Copyright 2021 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_UI_WEBUI_INTERNALS_SESSIONS_SESSION_SERVICE_INTERNALS_HANDLER_H_
#define CHROME_BROWSER_UI_WEBUI_INTERNALS_SESSIONS_SESSION_SERVICE_INTERNALS_HANDLER_H_

#include <string>

#include "content/public/browser/web_ui_data_source.h"

class Profile;

// Provides functions for showing a diagnostic page for the SessionService.
class SessionServiceInternalsHandler {};

#endif  // CHROME_BROWSER_UI_WEBUI_INTERNALS_SESSIONS_SESSION_SERVICE_INTERNALS_HANDLER_H_