| 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 f14e6699e673df707d9a3ed002326ebc2c9dd258..0d9f5b7d54c39d1d0897c3a9464b972cfe36ebbf 100644
|
| --- a/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| +++ b/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
|
| @@ -16,7 +16,7 @@ namespace extensions {
|
| class SpellcheckAPI : public ProfileKeyedAPI,
|
| public content::NotificationObserver {
|
| public:
|
| - explicit SpellcheckAPI(Profile* profile);
|
| + explicit SpellcheckAPI(content::BrowserContext* context);
|
| virtual ~SpellcheckAPI();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|