Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index c1556d9e1bb6c69324779bc9d7c71a1975e8835d..1133a6fcb21540402c588dc94b548830e7f73d6b 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1114,8 +1114,7 @@ void Browser::TabReplacedAt(TabStripModel* tab_strip_model, |
if (entry_count > 0) { |
// Send out notification so that observers are updated appropriately. |
new_contents->GetController().NotifyEntryChanged( |
- new_contents->GetController().GetEntryAtIndex(entry_count - 1), |
- entry_count - 1); |
+ new_contents->GetController().GetEntryAtIndex(entry_count - 1)); |
} |
if (session_service) { |