chromium/chrome/browser/spellchecker/spell_check_initialization_host_impl.h

// 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 CHROME_BROWSER_SPELLCHECKER_SPELL_CHECK_INITIALIZATION_HOST_IMPL_H_
#define CHROME_BROWSER_SPELLCHECKER_SPELL_CHECK_INITIALIZATION_HOST_IMPL_H_

#include "components/spellcheck/common/spellcheck.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"

// Implementation of SpellCheckHost involving Chrome-only features.
class SpellCheckInitializationHostImpl
    : public spellcheck::mojom::SpellCheckInitializationHost {};

#endif  // CHROME_BROWSER_SPELLCHECKER_SPELL_CHECK_INITIALIZATION_HOST_IMPL_H_