| Index: chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.h b/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| index 312ef2cae2b8f9790ead136551cfddbc213f6535..7bb0308989ac682b0ef13c9361eab1c2968339d2 100644
|
| --- a/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| +++ b/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| @@ -20,7 +20,6 @@
|
| class Profile;
|
| class ReloadButton;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| class ToolbarModel;
|
|
|
| namespace views {
|
| @@ -111,7 +110,7 @@ class SimpleWebViewDialog : public views::ButtonListener,
|
| LocationBarView* location_bar_;
|
| views::WebView* web_view_;
|
| // TODO: remove, needed to create a password manager for web_view_'s WC.
|
| - scoped_ptr<TabContentsWrapper> wrapper_;
|
| + scoped_ptr<TabContents> tab_contents_;
|
|
|
| // Contains |web_view_| while it isn't owned by the view.
|
| scoped_ptr<views::WebView> web_view_container_;
|
|
|