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

Unified Diff: ash/system/chromeos/screen_security/screen_tray_item.h

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp 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/system/chromeos/screen_security/screen_tray_item.h
diff --git a/ash/system/chromeos/screen_security/screen_tray_item.h b/ash/system/chromeos/screen_security/screen_tray_item.h
index 83d808010863ecd8d5a33234f7c77e86e8d47080..6e48357a55dd7525a7e6cd2c2e6ac201a635b0b0 100644
--- a/ash/system/chromeos/screen_security/screen_tray_item.h
+++ b/ash/system/chromeos/screen_security/screen_tray_item.h
@@ -123,7 +123,7 @@ class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
views::View* CreateDefaultView(user::LoginStatus status) override = 0;
void DestroyTrayView() override;
void DestroyDefaultView() override;
- void UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment) override;
+ void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) override;
private:
tray::ScreenTrayView* tray_view_;

Powered by Google App Engine
This is Rietveld 408576698