| Index: chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| diff --git a/chrome/browser/extensions/api/spellcheck/spellcheck_api.h b/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| index 5acb37639b484df5dc43fa7b4aeece0e24023443..71ed27ad6284ad93f21c0f9c93c7212acc4ae8af 100644
|
| --- a/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| +++ b/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| @@ -30,7 +30,7 @@ class SpellcheckAPI : public BrowserContextKeyedAPI,
|
| const Extension* extension) override;
|
| void OnExtensionUnloaded(content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) override;
|
| + UnloadedExtensionReason reason) override;
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| static const char* service_name() {
|
|
|