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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc

Issue 2293183002: ash: Remove ash::Shelf in favor of ash::WmShelf (Closed)
Patch Set: rebase again Created 4 years, 4 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_mus.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
index e98778f122c45fa99a3a7370a29b1a7ee17742dc..a9e86d55f628d782a2baaa97bf1d23b8212f13b7 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
@@ -224,7 +224,7 @@ LauncherItemController* ChromeLauncherControllerMus::GetLauncherItemController(
}
bool ChromeLauncherControllerMus::ShelfBoundsChangesProbablyWithUser(
- ash::Shelf* shelf,
+ ash::WmShelf* shelf,
const AccountId& account_id) const {
NOTIMPLEMENTED();
return false;

Powered by Google App Engine
This is Rietveld 408576698