#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace side_panel::customize_chrome::mojom {
namespace messages {
enum class WallpaperSearchHandlerFactory : uint32_t { … };
enum class WallpaperSearchHandler : uint32_t { … };
enum class WallpaperSearchClient : uint32_t { … };
}
}
#endif