#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_MOJOM_FORWARD_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace side_panel::customize_chrome::mojom {
class KeyLabelDataView;
class GroupDataView;
class DescriptorBDataView;
class DescriptorsDataView;
class InspirationDataView;
class InspirationDescriptorsDataView;
class InspirationGroupDataView;
class WallpaperSearchResultDataView;
class ResultDescriptorsDataView;
class DescriptorDValueDataView;
enum class DescriptorDName : int32_t;
enum class WallpaperSearchStatus : int32_t;
enum class UserFeedback : int32_t;
class KeyLabel;
KeyLabelPtr;
class Group;
GroupPtr;
class DescriptorB;
DescriptorBPtr;
class Descriptors;
DescriptorsPtr;
class Inspiration;
InspirationPtr;
class InspirationDescriptors;
InspirationDescriptorsPtr;
class InspirationGroup;
InspirationGroupPtr;
class WallpaperSearchResult;
WallpaperSearchResultPtr;
class ResultDescriptors;
ResultDescriptorsPtr;
class DescriptorDValue;
DescriptorDValuePtr;
class WallpaperSearchHandlerFactory;
class WallpaperSearchHandler;
class WallpaperSearchClient;
}
#endif