Index: chrome/browser/ui/fast_unload_controller.cc |
diff --git a/chrome/browser/ui/fast_unload_controller.cc b/chrome/browser/ui/fast_unload_controller.cc |
index f0577567cf6954b3b9301a5314ab721e5a3b683d..503c137f4d86af2130e728574037f5485ebb5c6b 100644 |
--- a/chrome/browser/ui/fast_unload_controller.cc |
+++ b/chrome/browser/ui/fast_unload_controller.cc |
@@ -288,7 +288,8 @@ void FastUnloadController::Observe( |
//////////////////////////////////////////////////////////////////////////////// |
// FastUnloadController, TabStripModelObserver implementation: |
-void FastUnloadController::TabInsertedAt(content::WebContents* contents, |
+void FastUnloadController::TabInsertedAt(TabStripModel* tab_strip_model, |
+ content::WebContents* contents, |
int index, |
bool foreground) { |
TabAttachedImpl(contents); |