// 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_DELEGATE_STUB_H_ #define UI_LINUX_LINUX_UI_DELEGATE_STUB_H_ #include "ui/linux/linux_ui_delegate.h" namespace ui { class COMPONENT_EXPORT(LINUX_UI) LinuxUiDelegateStub : public ui::LinuxUiDelegate { … }; } // namespace ui #endif // UI_LINUX_LINUX_UI_DELEGATE_STUB_H_