Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h

Issue 2919913002: Add SpellCheckTestBase::GetSpellChecker() (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
index de455da47b6a86ba2fe859c5beea7f8e2c488efe..b31852c28ff946139d0d6730613b9f1f2898da2c 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
@@ -11,10 +11,14 @@
namespace blink {
+class SpellChecker;
+
class SpellCheckTestBase : public EditingTestBase {
protected:
void SetUp() override;
+ SpellChecker& GetSpellChecker() const;
+
private:
class DummySpellCheckerClient : public EmptySpellCheckerClient {
public:

Powered by Google App Engine
This is Rietveld 408576698