Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4226)

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698