// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_ #define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_ #include <memory> #include <queue> #include <string> #include <string_view> #include <vector> #include "base/files/file.h" #include "components/spellcheck/renderer/spellcheck_worditerator.h" namespace service_manager { class LocalInterfaceProvider; } namespace spellcheck::mojom { class SpellCheckHost; } class SpellingEngine; class SpellcheckLanguage { … }; #endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_LANGUAGE_H_