| 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..8849e3b9bbf43cf4bb812de5f4c42fefdb7f9736 100644
|
| --- a/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| +++ b/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| @@ -72,7 +72,7 @@ class SimpleWebViewDialog : public views::ButtonListener,
|
| // Implements LocationBarView::Delegate:
|
| virtual void NavigationStateChanged(const content::WebContents* source,
|
| unsigned changed_flags) OVERRIDE;
|
| - virtual TabContentsWrapper* GetTabContentsWrapper() const OVERRIDE;
|
| + virtual TabContents* GetTabContents() const OVERRIDE;
|
| virtual InstantController* GetInstant() OVERRIDE;
|
| virtual views::Widget* CreateViewsBubble(
|
| views::BubbleDelegateView* bubble_delegate) OVERRIDE;
|
|
|