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

Unified Diff: ash/system/palette/palette_tool_manager.cc

Issue 2895843002: chromeos: Eliminate WmWindow from //ash/system (Closed)
Patch Set: 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: ash/system/palette/palette_tool_manager.cc
diff --git a/ash/system/palette/palette_tool_manager.cc b/ash/system/palette/palette_tool_manager.cc
index 88670a165a3f140f7a5d7cb4b23cfd976ce00a8d..76cdc7896ccec237a9a7cffdcd9ce7cf8baee6c1 100644
--- a/ash/system/palette/palette_tool_manager.cc
+++ b/ash/system/palette/palette_tool_manager.cc
@@ -128,7 +128,7 @@ void PaletteToolManager::HidePaletteImmediately() {
delegate_->HidePaletteImmediately();
}
-WmWindow* PaletteToolManager::GetWindow() {
+aura::Window* PaletteToolManager::GetWindow() {
return delegate_->GetWindow();
}

Powered by Google App Engine
This is Rietveld 408576698