| 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 f322d8798c27fbe6d80c397e4e4bf3213486c79e..a4ca1ed851908b189411af7c10a2fe3297e55f39 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -41,9 +41,9 @@ class Profile;
|
| class LauncherControllerHelper;
|
|
|
| namespace ash {
|
| +class Shelf;
|
| struct ShelfItem;
|
| class ShelfModel;
|
| -class WmShelf;
|
| } // namespace ash
|
|
|
| namespace content {
|
| @@ -211,7 +211,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(ash::WmShelf* shelf,
|
| + bool ShelfBoundsChangesProbablyWithUser(ash::Shelf* shelf,
|
| const AccountId& account_id) const;
|
|
|
| // Called when the user profile is fully loaded and ready to switch to.
|
|
|