| 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 ed397b340f650a0142c96154b97a96ea60bb7469..7791748bf6185b1e7257e503f4c2e6f1d58d3005 100644
|
| --- a/ash/system/tray/system_tray_bubble.h
|
| +++ b/ash/system/tray/system_tray_bubble.h
|
| @@ -27,6 +27,7 @@ class SystemTrayBubble;
|
| class SystemTrayBubbleView : public views::BubbleDelegateView {
|
| public:
|
| SystemTrayBubbleView(views::View* anchor,
|
| + views::BubbleBorder::ArrowLocation arrow_location,
|
| SystemTrayBubble* host,
|
| bool can_activate);
|
| virtual ~SystemTrayBubbleView();
|
|
|