| Index: chrome/browser/chromeos/login/webui_login_view.h
|
| diff --git a/chrome/browser/chromeos/login/webui_login_view.h b/chrome/browser/chromeos/login/webui_login_view.h
|
| index c481065f9d3c375daf5d242d53722df97cc5587c..1585b29b82c7ea7c0678cb2a305b98c98b5ea955 100644
|
| --- a/chrome/browser/chromeos/login/webui_login_view.h
|
| +++ b/chrome/browser/chromeos/login/webui_login_view.h
|
| @@ -30,7 +30,6 @@ class Widget;
|
| }
|
|
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace chromeos {
|
|
|
| @@ -124,10 +123,10 @@ class WebUILoginView : public views::WidgetDelegateView,
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
| - // TabContentsWrapper for the WebView.
|
| + // TabContents for the WebView.
|
| // TODO: this is needed for password manager, should be refactored/replaced
|
| // so that this code can move to src/ash.
|
| - scoped_ptr<TabContentsWrapper> wrapper_;
|
| + scoped_ptr<TabContents> tab_contents_;
|
|
|
| // Login window which shows the view.
|
| views::Widget* login_window_;
|
|
|