diff options
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r-- | chrome/browser/ui/browser_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index b74f9fa..51e96f9 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h @@ -234,7 +234,7 @@ class BrowserWindow { virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0; // Shows the collected cookies dialog box. - virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) = 0; + virtual void ShowCollectedCookiesDialog(TabContentsWrapper* tab_contents) = 0; // Show the bubble that indicates to the user that a theme is being installed. virtual void ShowThemeInstallBubble() = 0; |