chromium/ui/linux/linux_ui_getter.h

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

#ifndef UI_LINUX_LINUX_UI_GETTER_H_
#define UI_LINUX_LINUX_UI_GETTER_H_

#include "base/component_export.h"

class Profile;

namespace aura {
class Window;
}

namespace ui {

class LinuxUiTheme;

// Use the getters in LinuxUiTheme instead of using this class directly.
class COMPONENT_EXPORT(LINUX_UI) LinuxUiGetter {};

}  // namespace ui

#endif  // UI_LINUX_LINUX_UI_GETTER_H_