| 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..682e43de83e76074445e6c93c4b4aaba37755b6b 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;
|
| + using WebTextCheckCompletions = IDMap<blink::WebTextCheckingCompletion*>;
|
|
|
| SpellCheckProvider(content::RenderView* render_view,
|
| SpellCheck* spellcheck);
|
|
|