#include "third_party/blink/renderer/core/editing/spellcheck/spell_check_test_base.h"
#include "third_party/blink/public/web/web_text_check_client.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/loader/empty_clients.h"
namespace blink {
namespace {
class EnabledTextCheckerClient : public WebTextCheckClient { … };
EnabledTextCheckerClient* GetEnabledTextCheckerClient() { … }
}
void SpellCheckTestBase::SetUp() { … }
SpellChecker& SpellCheckTestBase::GetSpellChecker() const { … }
}