// ui/webui/resources/cr_components/searchbox/searchbox.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_WEBUI_RESOURCES_CR_COMPONENTS_SEARCHBOX_SEARCHBOX_MOJOM_TEST_UTILS_H_ #define UI_WEBUI_RESOURCES_CR_COMPONENTS_SEARCHBOX_SEARCHBOX_MOJOM_TEST_UTILS_H_ #include "ui/webui/resources/cr_components/searchbox/searchbox.mojom.h" namespace searchbox::mojom { class PageHandlerInterceptorForTesting : public PageHandler { … }; class PageHandlerAsyncWaiter { … }; class PageInterceptorForTesting : public Page { … }; class PageAsyncWaiter { … }; } // searchbox::mojom #endif // UI_WEBUI_RESOURCES_CR_COMPONENTS_SEARCHBOX_SEARCHBOX_MOJOM_TEST_UTILS_H_