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

Unified Diff: ash/system/status_area_layout_manager.h

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup 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/shell_port.cc ('k') | ash/system/status_area_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_layout_manager.h
diff --git a/ash/system/status_area_layout_manager.h b/ash/system/status_area_layout_manager.h
index 2d1fecb808e51eab5f747936648efe8d02a33aee..2b675016756298cb2aa2bd2ca012d7e45dbd5677 100644
--- a/ash/system/status_area_layout_manager.h
+++ b/ash/system/status_area_layout_manager.h
@@ -22,7 +22,7 @@ class StatusAreaLayoutManager : public wm::WmSnapToPixelLayoutManager {
// Overridden from wm::WmSnapToPixelLayoutManager:
void OnWindowResized() override;
- void SetChildBounds(WmWindow* child,
+ void SetChildBounds(aura::Window* child,
const gfx::Rect& requested_bounds) override;
private:
« no previous file with comments | « ash/shell_port.cc ('k') | ash/system/status_area_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698