| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index 20c85c819ea3715346cd9ad650d5201e2ebb4af3..d44493dac7d5ced3d7bf82a289123bb2ee8e4fd6 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -20,7 +20,6 @@ class ExtensionWindowController;
|
| class GURL;
|
| class Profile;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -128,8 +127,8 @@ class ShellWindow : public content::NotificationObserver,
|
| const extensions::Extension* extension_;
|
|
|
| const SessionID session_id_;
|
| - scoped_ptr<TabContentsWrapper> contents_wrapper_;
|
| - // web_contents_ is owned by contents_wrapper_.
|
| + scoped_ptr<TabContents> contents_;
|
| + // web_contents_ is owned by contents_.
|
| content::WebContents* web_contents_;
|
| content::NotificationRegistrar registrar_;
|
| ExtensionFunctionDispatcher extension_function_dispatcher_;
|
|
|