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

Unified Diff: ash/system/tray/tray_container.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase 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/tray/tray_background_view.cc ('k') | ash/system/tray/tray_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_container.h
diff --git a/ash/system/tray/tray_container.h b/ash/system/tray/tray_container.h
index c4c7ea76791c0c765b42ff9c0e1a419a7923d5e5..1ad0dc38bdc2fcdda6fdff35fdfa5e9fba01e8d5 100644
--- a/ash/system/tray/tray_container.h
+++ b/ash/system/tray/tray_container.h
@@ -9,13 +9,13 @@
#include "ui/views/view.h"
namespace ash {
-class WmShelf;
+class Shelf;
// Base class for tray containers. Sets the border and layout. The container
// auto-resizes the widget when necessary.
class TrayContainer : public views::View {
public:
- explicit TrayContainer(WmShelf* wm_shelf);
+ explicit TrayContainer(Shelf* shelf);
~TrayContainer() override;
void UpdateAfterShelfAlignmentChange();
@@ -32,7 +32,7 @@ class TrayContainer : public views::View {
private:
void UpdateLayout();
- WmShelf* const wm_shelf_;
+ Shelf* const shelf_;
int main_axis_margin_ = 0;
int cross_axis_margin_ = 0;
« no previous file with comments | « ash/system/tray/tray_background_view.cc ('k') | ash/system/tray/tray_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698