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. |