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

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate.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/user/tray_user_separator.h ('k') | ash/system/web_notification/ash_popup_alignment_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/ash_popup_alignment_delegate.h
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.h b/ash/system/web_notification/ash_popup_alignment_delegate.h
index 96e7c5f03ab7694a151992d90865c8587ccdcb65..45027ab878d132996a7cf381cbc31bdd0b31fdff 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate.h
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.h
@@ -8,8 +8,8 @@
#include <stdint.h>
#include "ash/ash_export.h"
+#include "ash/common/shelf/shelf_types.h"
#include "ash/shelf/shelf_layout_manager_observer.h"
-#include "ash/shelf/shelf_types.h"
#include "ash/shell_observer.h"
#include "base/macros.h"
#include "ui/display/display_observer.h"
@@ -60,7 +60,7 @@ class ASH_EXPORT AshPopupAlignmentDelegate
friend class WebNotificationTrayTest;
// Get the current alignment of the shelf.
- wm::ShelfAlignment GetAlignment() const;
+ ShelfAlignment GetAlignment() const;
// Utility function to get the display which should be care about.
display::Display GetCurrentDisplay() const;
« no previous file with comments | « ash/system/user/tray_user_separator.h ('k') | ash/system/web_notification/ash_popup_alignment_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698