| Index: chrome/browser/extensions/api/feedback_private/feedback_private_api.h
|
| diff --git a/chrome/browser/extensions/api/feedback_private/feedback_private_api.h b/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
|
| index 5740af5cd121916f0fb6f0f2a2605fc387b9293d..a33a4a1d6e3b3dcd1e5aa101b617b050deafbdf9 100644
|
| --- a/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
|
| +++ b/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
|
| @@ -20,7 +20,7 @@ using extensions::api::feedback_private::SystemInformation;
|
|
|
| class FeedbackPrivateAPI : public ProfileKeyedAPI {
|
| public:
|
| - explicit FeedbackPrivateAPI(Profile* profile);
|
| + explicit FeedbackPrivateAPI(content::BrowserContext* context);
|
| virtual ~FeedbackPrivateAPI();
|
|
|
| FeedbackService* GetService() const;
|
| @@ -41,7 +41,7 @@ class FeedbackPrivateAPI : public ProfileKeyedAPI {
|
|
|
| static const bool kServiceHasOwnInstanceInIncognito = true;
|
|
|
| - Profile* const profile_;
|
| + content::BrowserContext* const browser_context_;
|
| FeedbackService* service_;
|
| };
|
|
|
|
|