| Index: chrome/browser/extensions/api/declarative_content/content_action.h
|
| diff --git a/chrome/browser/extensions/api/declarative_content/content_action.h b/chrome/browser/extensions/api/declarative_content/content_action.h
|
| index baa3f7be79d44558b808ec3cb301043db21a918d..04ddd66c191d8900a82c23544907f9d5357c3ad0 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_action.h
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_action.h
|
| @@ -12,14 +12,13 @@
|
| #include "chrome/browser/extensions/api/declarative/declarative_rule.h"
|
| #include "chrome/browser/extensions/declarative_user_script_master.h"
|
|
|
| -class Profile;
|
| -
|
| namespace base {
|
| class Time;
|
| class Value;
|
| }
|
|
|
| namespace content {
|
| +class BrowserContext;
|
| class WebContents;
|
| }
|
|
|
| @@ -36,7 +35,7 @@ class ContentAction : public base::RefCounted<ContentAction> {
|
| };
|
|
|
| struct ApplyInfo {
|
| - Profile* profile;
|
| + content::BrowserContext* browser_context;
|
| content::WebContents* tab;
|
| };
|
|
|
|
|