chromium/chrome/browser/extensions/extension_browser_window_desktop.h

// Copyright 2024 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_EXTENSIONS_EXTENSION_BROWSER_WINDOW_DESKTOP_H_
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_BROWSER_WINDOW_DESKTOP_H_

#include "base/memory/raw_ref.h"
#include "chrome/browser/extensions/extension_browser_window.h"

namespace extensions {

class ExtensionBrowserWindowDesktop : public ExtensionBrowserWindow {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_EXTENSION_BROWSER_WINDOW_DESKTOP_H_