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

Unified Diff: ash/system/palette/palette_tray.h

Issue 2895843002: chromeos: Eliminate WmWindow from //ash/system (Closed)
Patch Set: comments 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
« no previous file with comments | « ash/system/palette/palette_tool_manager_unittest.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/palette/palette_tray.h
diff --git a/ash/system/palette/palette_tray.h b/ash/system/palette/palette_tray.h
index 4509e1c0b591accdfea4e1585695d82a744a1984..5683eae7599626b233a33ec1fb28fcd68f32efef 100644
--- a/ash/system/palette/palette_tray.h
+++ b/ash/system/palette/palette_tray.h
@@ -93,7 +93,7 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
// PaletteToolManager::Delegate:
void OnActiveToolChanged() override;
- WmWindow* GetWindow() override;
+ aura::Window* GetWindow() override;
// Updates the tray icon from the palette tool manager.
void UpdateTrayIcon();
« no previous file with comments | « ash/system/palette/palette_tool_manager_unittest.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698