| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
|
| index 66aeb1a8c620047413169e8c3c762295420ccf16..3123b6f3ab6364e37be597f8e7c6a61b21b9e857 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -222,7 +222,8 @@ class ExternalTabContainerWin : public ExternalTabContainer,
|
| virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
|
|
|
| // Overridden from BlockedContentTabHelperDelegate:
|
| - virtual TabContents* GetConstrainingTabContents(TabContents* source) OVERRIDE;
|
| + virtual content::WebContents* GetConstrainingWebContents(
|
| + content::WebContents* source) OVERRIDE;
|
|
|
| protected:
|
| virtual ~ExternalTabContainerWin();
|
|
|