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

Unified Diff: content/shell/test_runner/spell_check_client.h

Issue 2791753003: Split WebTextCheckClient off WebSpellCheckClient (Closed)
Patch Set: Add TODOs for class renaming Created 3 years, 8 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
« no previous file with comments | « components/spellcheck/renderer/spellcheck_provider.cc ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/spell_check_client.h
diff --git a/content/shell/test_runner/spell_check_client.h b/content/shell/test_runner/spell_check_client.h
index c5c271658596c71804084a4bcde7e797c0999ba9..46c5d4d4fd3412d8dfedaa6a61f51505f5389af9 100644
--- a/content/shell/test_runner/spell_check_client.h
+++ b/content/shell/test_runner/spell_check_client.h
@@ -12,7 +12,7 @@
#include "content/shell/test_runner/mock_spell_check.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebVector.h"
-#include "third_party/WebKit/public/web/WebSpellCheckClient.h"
+#include "third_party/WebKit/public/web/WebTextCheckClient.h"
#include "v8/include/v8.h"
namespace blink {
@@ -24,10 +24,10 @@ namespace test_runner {
class TestRunner;
class WebTestDelegate;
-class SpellCheckClient : public blink::WebSpellCheckClient {
+class SpellCheckClient : public blink::WebTextCheckClient {
public:
explicit SpellCheckClient(TestRunner* test_runner);
- virtual ~SpellCheckClient();
+ ~SpellCheckClient() override;
void SetDelegate(WebTestDelegate* delegate);
void SetEnabled(bool enabled);
« no previous file with comments | « components/spellcheck/renderer/spellcheck_provider.cc ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698