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

Unified Diff: components/spellcheck/renderer/spellcheck.h

Issue 2857353002: Convert Spellcheck host MessageFilter IPC to mojo (Closed)
Patch Set: Use MakeUnique for the MessageLoop in TestingSpellCheckProvider. 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
« no previous file with comments | « components/spellcheck/renderer/hunspell_engine.cc ('k') | components/spellcheck/renderer/spellcheck.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/renderer/spellcheck.h
diff --git a/components/spellcheck/renderer/spellcheck.h b/components/spellcheck/renderer/spellcheck.h
index c5a839f7ba699cf5763823002805e7e453bff455..4dd5c714446a84d728b4ab7b50420088f9078cfd 100644
--- a/components/spellcheck/renderer/spellcheck.h
+++ b/components/spellcheck/renderer/spellcheck.h
@@ -153,7 +153,7 @@ class SpellCheck : public content::RenderThreadObserver,
#endif
// Bindings for SpellChecker clients.
- mojo::BindingSet<spellcheck::mojom::SpellChecker> spellchecker_bindings_;
+ mojo::BindingSet<spellcheck::mojom::SpellChecker> bindings_;
// A vector of objects used to actually check spelling, one for each enabled
// language.
« no previous file with comments | « components/spellcheck/renderer/hunspell_engine.cc ('k') | components/spellcheck/renderer/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698