#ifndef CHROME_COMMON_SEARCH_SEARCH_MOJOM_PARAMS_DATA_H_
#define CHROME_COMMON_SEARCH_SEARCH_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace search::mojom {
namespace internal {
class EmbeddedSearchConnector_Connect_Params_Data { … };
static_assert …;
class EmbeddedSearch_FocusOmnibox_Params_Data { … };
static_assert …;
class EmbeddedSearch_DeleteMostVisitedItem_Params_Data { … };
static_assert …;
class EmbeddedSearch_UndoAllMostVisitedDeletions_Params_Data { … };
static_assert …;
class EmbeddedSearch_UndoMostVisitedDeletion_Params_Data { … };
static_assert …;
class EmbeddedSearchClient_SetPageSequenceNumber_Params_Data { … };
static_assert …;
class EmbeddedSearchClient_FocusChanged_Params_Data { … };
static_assert …;
class EmbeddedSearchClient_MostVisitedInfoChanged_Params_Data { … };
static_assert …;
class EmbeddedSearchClient_SetInputInProgress_Params_Data { … };
static_assert …;
class EmbeddedSearchClient_ThemeChanged_Params_Data { … };
static_assert …;
}
class EmbeddedSearchConnector_Connect_ParamsDataView { … };
class EmbeddedSearch_FocusOmnibox_ParamsDataView { … };
class EmbeddedSearch_DeleteMostVisitedItem_ParamsDataView { … };
class EmbeddedSearch_UndoAllMostVisitedDeletions_ParamsDataView { … };
class EmbeddedSearch_UndoMostVisitedDeletion_ParamsDataView { … };
class EmbeddedSearchClient_SetPageSequenceNumber_ParamsDataView { … };
class EmbeddedSearchClient_FocusChanged_ParamsDataView { … };
class EmbeddedSearchClient_MostVisitedInfoChanged_ParamsDataView { … };
class EmbeddedSearchClient_SetInputInProgress_ParamsDataView { … };
class EmbeddedSearchClient_ThemeChanged_ParamsDataView { … };
inline void EmbeddedSearch_DeleteMostVisitedItem_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void EmbeddedSearch_UndoMostVisitedDeletion_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void EmbeddedSearchClient_MostVisitedInfoChanged_ParamsDataView::GetMostVisitedInfoDataView(
InstantMostVisitedInfoDataView* output) { … }
inline void EmbeddedSearchClient_ThemeChanged_ParamsDataView::GetThemeDataView(
NtpThemeDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif