// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_WEB_TEST_BROWSER_MOJO_OPTIONAL_NUMERICS_UNITTEST_H_ #define CONTENT_WEB_TEST_BROWSER_MOJO_OPTIONAL_NUMERICS_UNITTEST_H_ #include "content/web_test/common/mojo_optional_numerics_unittest.mojom.h" namespace content::optional_numerics_unittest { class Params : public mojom::Params { … }; class ResponseParams : public mojom::ResponseParams { … }; } // namespace content::optional_numerics_unittest #endif // CONTENT_WEB_TEST_BROWSER_MOJO_OPTIONAL_NUMERICS_UNITTEST_H_