chromium/third_party/blink/renderer/core/editing/spellcheck/spell_check_test_base.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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() {}

}  // namespace

void SpellCheckTestBase::SetUp() {}

SpellChecker& SpellCheckTestBase::GetSpellChecker() const {}

}  // namespace blink