| 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;
|
|
|