Index: components/spellcheck/renderer/spellcheck_provider.h |
diff --git a/components/spellcheck/renderer/spellcheck_provider.h b/components/spellcheck/renderer/spellcheck_provider.h |
index 82f8fa439725a02ac47e2c71f476ea93b6a17898..90a69ca54bbcec6622870cc649e521160df7110e 100644 |
--- a/components/spellcheck/renderer/spellcheck_provider.h |
+++ b/components/spellcheck/renderer/spellcheck_provider.h |
@@ -35,7 +35,7 @@ class SpellCheckProvider |
public content::RenderViewObserverTracker<SpellCheckProvider>, |
public blink::WebSpellCheckClient { |
public: |
- typedef IDMap<blink::WebTextCheckingCompletion> WebTextCheckCompletions; |
+ typedef IDMap<blink::WebTextCheckingCompletion*> WebTextCheckCompletions; |
danakj
2016/11/30 23:02:21
s/typedef/using/ while you're here?
|
SpellCheckProvider(content::RenderView* render_view, |
SpellCheck* spellcheck); |