| Index: chrome/browser/extensions/api/management/management_api.h
|
| diff --git a/chrome/browser/extensions/api/management/management_api.h b/chrome/browser/extensions/api/management/management_api.h
|
| index f8cc7e6ba0ec66b41d85f95014576e4e6ac33302..afb61cbff2688c30f2a3e10ce4f722f30ec0f968 100644
|
| --- a/chrome/browser/extensions/api/management/management_api.h
|
| +++ b/chrome/browser/extensions/api/management/management_api.h
|
| @@ -193,7 +193,7 @@ class ManagementEventRouter : public content::NotificationObserver {
|
| class ManagementAPI : public ProfileKeyedAPI,
|
| public extensions::EventRouter::Observer {
|
| public:
|
| - explicit ManagementAPI(Profile* profile);
|
| + explicit ManagementAPI(content::BrowserContext* context);
|
| virtual ~ManagementAPI();
|
|
|
| // BrowserContextKeyedService implementation.
|
| @@ -209,7 +209,7 @@ class ManagementAPI : public ProfileKeyedAPI,
|
| private:
|
| friend class ProfileKeyedAPIFactory<ManagementAPI>;
|
|
|
| - Profile* profile_;
|
| + content::BrowserContext* browser_context_;
|
|
|
| // ProfileKeyedAPI implementation.
|
| static const char* service_name() {
|
|
|