summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/spellcheck/spellcheck_api.h')
-rw-r--r--chrome/browser/extensions/api/spellcheck/spellcheck_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/spellcheck/spellcheck_api.h b/chrome/browser/extensions/api/spellcheck/spellcheck_api.h
index f14e669..0d9f5b7 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.