#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_CUSTOMIZE_CHROME_MOJOM_FORWARD_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_CUSTOMIZE_CHROME_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::mojom {
class BackgroundImageDataView;
class ThirdPartyThemeInfoDataView;
class ThemeDataView;
class BackgroundCollectionDataView;
class CollectionImageDataView;
class ModuleSettingsDataView;
enum class CustomizeChromeSection : int32_t;
enum class ChromeWebStoreCollection : int32_t;
enum class ChromeWebStoreCategory : int32_t;
class BackgroundImage;
BackgroundImagePtr;
class ThirdPartyThemeInfo;
ThirdPartyThemeInfoPtr;
class Theme;
ThemePtr;
class BackgroundCollection;
BackgroundCollectionPtr;
class CollectionImage;
CollectionImagePtr;
class ModuleSettings;
ModuleSettingsPtr;
class CustomizeChromePageHandlerFactory;
class CustomizeChromePageHandler;
class CustomizeChromePage;
}
#endif