Index: chrome/browser/ui/tabs/tab_strip_model.h |
diff --git a/chrome/browser/ui/tabs/tab_strip_model.h b/chrome/browser/ui/tabs/tab_strip_model.h |
index c80c06fe88415592366208f19ea43e8159ed1ca3..afcc9adf1976ca54476fa5f141404aa30f19366d 100644 |
--- a/chrome/browser/ui/tabs/tab_strip_model.h |
+++ b/chrome/browser/ui/tabs/tab_strip_model.h |
@@ -520,7 +520,7 @@ class TabStripModel : public content::NotificationObserver { |
// Note: This function might end up sending 0 to 2 notifications in the |
// following order: ActiveTabChanged, TabSelectionChanged. |
void NotifyIfActiveOrSelectionChanged( |
- TabContents* old_contents, |
+ content::WebContents* old_contents, |
NotifyTypes notify_types, |
const TabStripSelectionModel& old_model); |