Index: ash/system/tray/system_tray_bubble.h |
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h |
index 7791748bf6185b1e7257e503f4c2e6f1d58d3005..90804c62583c7bb96840c46038ab8ebd8e495bfd 100644 |
--- a/ash/system/tray/system_tray_bubble.h |
+++ b/ash/system/tray/system_tray_bubble.h |
@@ -7,6 +7,7 @@ |
#pragma once |
#include "ash/system/user/login_status.h" |
+#include "ash/wm/shelf_auto_hide_behavior.h" |
#include "base/base_export.h" |
#include "base/message_pump_observer.h" |
#include "base/timer.h" |
@@ -74,7 +75,7 @@ class SystemTrayBubble : public base::MessagePumpObserver, |
}; |
struct InitParams { |
- InitParams(AnchorType anchor_type); |
+ InitParams(AnchorType anchor_type, ShelfAlignment shelf_alignmen); |
views::View* anchor; |
AnchorType anchor_type; |