| Index: chrome/browser/extensions/api/input/input.h
|
| diff --git a/chrome/browser/extensions/api/input/input.h b/chrome/browser/extensions/api/input/input.h
|
| index 1a99d2203e763407bc23271f60fc8a21c24626bd..8e3fa1ad01e4958701f86248756896f7dc430de2 100644
|
| --- a/chrome/browser/extensions/api/input/input.h
|
| +++ b/chrome/browser/extensions/api/input/input.h
|
| @@ -9,7 +9,9 @@
|
| #include "chrome/browser/extensions/api/profile_keyed_api_factory.h"
|
| #include "extensions/browser/extension_function.h"
|
|
|
| -class Profile;
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
|
|
| namespace extensions {
|
|
|
| @@ -109,7 +111,7 @@ class VirtualKeyboardPrivateGetKeyboardConfigFunction
|
|
|
| class InputAPI : public ProfileKeyedAPI {
|
| public:
|
| - explicit InputAPI(Profile* profile);
|
| + explicit InputAPI(content::BrowserContext* context);
|
| virtual ~InputAPI();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|