Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
index 58cba6b268d10dcc8fbb1a5c94f67e1dd5e869ef..3dcfad209381d3bf107ba0a4f9d117c120ac5267 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
@@ -365,7 +365,7 @@ class ChromeLauncherController |
// user profile or not. However, since the full visibility calculation of the |
// shelf cannot be performed here, this is only a probability used for |
// animation predictions. |
- bool ShelfBoundsChangesProbablyWithUser(aura::Window* root_window, |
+ bool ShelfBoundsChangesProbablyWithUser(ash::Shelf* shelf, |
const std::string& user_id) const; |
// Called when the user profile is fully loaded and ready to switch to. |