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

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

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: Rebase Created 4 years 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: 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);

Powered by Google App Engine
This is Rietveld 408576698