Index: chrome/browser/ui/browser.cc |
=================================================================== |
--- chrome/browser/ui/browser.cc (revision 116011) |
+++ chrome/browser/ui/browser.cc (working copy) |
@@ -1256,7 +1256,7 @@ |
AddNewContents(NULL, new_contents, disposition, initial_pos, user_gesture); |
} |
-void Browser::CloseTabContents(TabContents* contents) { |
+void Browser::CloseTabContents(WebContents* contents) { |
CloseContents(contents); |
} |