| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 764c3b670f20a7b105427ec18172c7e5076c06bf..5b633cd80c4afaad83ba4ccd79967da1c0b8e35e 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3708,8 +3708,8 @@ void Browser::ShowContentSettingsPage(ContentSettingsType content_type) {
|
| ContentSettingsHandler::ContentSettingsTypeToGroupName(content_type));
|
| }
|
|
|
| -void Browser::ShowCollectedCookiesDialog(TabContents *tab_contents) {
|
| - window()->ShowCollectedCookiesDialog(tab_contents);
|
| +void Browser::ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) {
|
| + window()->ShowCollectedCookiesDialog(wrapper);
|
| }
|
|
|
| bool Browser::ShouldAddNavigationToHistory(
|
|
|