| Index: chrome/browser/extensions/extension_page_actions_module.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_page_actions_module.h (revision 80243)
|
| +++ chrome/browser/extensions/extension_page_actions_module.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "chrome/browser/extensions/extension_function.h"
|
|
|
| -class TabContents;
|
| +class TabContentsWrapper;
|
| class ExtensionAction;
|
|
|
| // Base class for page action APIs.
|
| @@ -21,7 +21,7 @@
|
| bool SetVisible(bool visible);
|
|
|
| ExtensionAction* page_action_;
|
| - TabContents* contents_;
|
| + TabContentsWrapper* contents_;
|
| };
|
|
|
| // Implement chrome.pageActions.enableForTab().
|
|
|