// Copyright 2012 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_BASE_RESOURCE_RESOURCE_HANDLE_H_ #define UI_BASE_RESOURCE_RESOURCE_HANDLE_H_ #include <stdint.h> #include <optional> #include <string_view> #include <vector> #include "base/component_export.h" #include "base/dcheck_is_on.h" #include "ui/base/resource/resource_scale_factor.h" namespace base { class RefCountedStaticMemory; } namespace ui { class COMPONENT_EXPORT(UI_DATA_PACK) ResourceHandle { … }; } // namespace ui #endif // UI_BASE_RESOURCE_RESOURCE_HANDLE_H_