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

Unified Diff: ash/mus/bridge/wm_shelf_mus.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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: ash/mus/bridge/wm_shelf_mus.cc
diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
index d18c2bc0a6bb4b3c9806c1af6269118639329758..7ca80f279ec5b0630aa25d60456bf26dc312e4ae 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -20,7 +20,7 @@ WmShelfMus::WmShelfMus(ShelfLayoutManager* shelf_layout_manager)
WmShelfMus::~WmShelfMus() {}
-wm::WmWindow* WmShelfMus::GetWindow() {
+WmWindow* WmShelfMus::GetWindow() {
return WmWindowMus::Get(shelf_layout_manager_->GetShelfWindow());
}
@@ -51,11 +51,11 @@ ShelfVisibilityState WmShelfMus::GetVisibilityState() const {
return shelf_layout_manager_->GetShelfWindow() ? SHELF_VISIBLE : SHELF_HIDDEN;
}
-void WmShelfMus::UpdateIconPositionForWindow(wm::WmWindow* window) {
+void WmShelfMus::UpdateIconPositionForWindow(WmWindow* window) {
NOTIMPLEMENTED();
}
-gfx::Rect WmShelfMus::GetScreenBoundsOfItemIconForWindow(wm::WmWindow* window) {
+gfx::Rect WmShelfMus::GetScreenBoundsOfItemIconForWindow(WmWindow* window) {
NOTIMPLEMENTED();
return gfx::Rect();
}

Powered by Google App Engine
This is Rietveld 408576698