#ifndef CHROME_BROWSER_UI_WEBUI_SEARCH_ENGINE_CHOICE_SEARCH_ENGINE_CHOICE_MOJOM_SHARED_H_
#define CHROME_BROWSER_UI_WEBUI_SEARCH_ENGINE_CHOICE_SEARCH_ENGINE_CHOICE_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "chrome/browser/ui/webui/search_engine_choice/search_engine_choice.mojom-shared-internal.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
namespace search_engine_choice::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace search_engine_choice::mojom {
enum class PageHandler_ScrollState : int32_t { … };
std::ostream& operator<<(std::ostream& os, PageHandler_ScrollState value);
inline bool IsKnownEnumValue(PageHandler_ScrollState value) { … }
class PageHandlerFactoryInterfaceBase { … };
PageHandlerFactoryPtrDataView;
PageHandlerFactoryRequestDataView;
PageHandlerFactoryAssociatedPtrInfoDataView;
PageHandlerFactoryAssociatedRequestDataView;
class PageHandlerInterfaceBase { … };
PageHandlerPtrDataView;
PageHandlerRequestDataView;
PageHandlerAssociatedPtrInfoDataView;
PageHandlerAssociatedRequestDataView;
}
namespace std {
template <>
struct hash<::search_engine_choice::mojom::PageHandler_ScrollState>
: public mojo::internal::EnumHashImpl<::search_engine_choice::mojom::PageHandler_ScrollState> { … };
}
namespace mojo {
namespace internal {
Serializer< ::search_engine_choice::mojom::PageHandler_ScrollState, MaybeConstUserType>;
}
}
namespace search_engine_choice::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::search_engine_choice::mojom::PageHandler_ScrollState> { … };
}
#endif