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

Unified Diff: ash/system/tray/system_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: rebase again 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
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_item.h
diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h
index f1bff8ce95f145384f2fb701cad3a90f74f51c27..3926e702bcdec9d7f7bf279d1d1c13a5867c4c64 100644
--- a/ash/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -6,7 +6,7 @@
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
#include "ash/ash_export.h"
-#include "ash/shelf/shelf_types.h"
+#include "ash/common/shelf/shelf_types.h"
#include "ash/system/user/login_status.h"
#include "base/compiler_specific.h"
#include "base/macros.h"
@@ -63,7 +63,7 @@ class ASH_EXPORT SystemTrayItem {
// Updates the tray view (if applicable) when shelf's alignment changes.
// The default implementation does nothing.
- virtual void UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment);
+ virtual void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
// Shows the detailed view for this item. If the main popup for the tray is
// currently visible, then making this call would use the existing window to
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698