#ifndef COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_MOJOM_TEST_UTILS_H_
#define COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_MOJOM_TEST_UTILS_H_
#include "components/spellcheck/common/spellcheck.mojom.h"
namespace spellcheck::mojom {
class SpellCheckerInterceptorForTesting : public SpellChecker { … };
class SpellCheckerAsyncWaiter { … };
class SpellCheckInitializationHostInterceptorForTesting : public SpellCheckInitializationHost { … };
class SpellCheckInitializationHostAsyncWaiter { … };
class SpellCheckHostInterceptorForTesting : public SpellCheckHost { … };
class SpellCheckHostAsyncWaiter { … };
}
#endif