| Index: chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api.h b/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| index 1901e366e34caab41332655d41f46a9e370938db..6b2acaff9a50e452b206c6c37b02e6fcd59d55fe 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| @@ -216,7 +216,7 @@ class InputImeHideInputViewFunction : public AsyncExtensionFunction {
|
| class InputImeAPI : public ProfileKeyedAPI,
|
| public content::NotificationObserver {
|
| public:
|
| - explicit InputImeAPI(Profile* profile);
|
| + explicit InputImeAPI(content::BrowserContext* context);
|
| virtual ~InputImeAPI();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|