summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc')
-rw-r--r--chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc
index e0a4aa8..745b877 100644
--- a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc
@@ -186,10 +186,11 @@ void BrowserLauncherItemController::TabInsertedAt(
UpdateAppState(contents);
}
-void BrowserLauncherItemController::TabDetachedAt(TabContents* contents,
- int index) {
+void BrowserLauncherItemController::TabDetachedAt(
+ content::WebContents* contents,
+ int index) {
launcher_controller()->UpdateAppState(
- contents->web_contents(), ChromeLauncherController::APP_STATE_REMOVED);
+ contents, ChromeLauncherController::APP_STATE_REMOVED);
}
void BrowserLauncherItemController::TabChangedAt(