| 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 c80601fb31ad9fcc0e32ec336b33dc0e9a7c4248..63b749ffa0bd633f8fe1ebc536589f8c9d79b3ef 100644
|
| --- a/ash/system/tray/system_tray_bubble.h
|
| +++ b/ash/system/tray/system_tray_bubble.h
|
| @@ -38,6 +38,8 @@ class SystemTrayBubbleView : public views::BubbleDelegateView {
|
| void reset_host() { host_ = NULL; }
|
|
|
| private:
|
| + friend class SystemTrayBubble;
|
| +
|
| // Overridden from views::BubbleDelegateView.
|
| virtual void Init() OVERRIDE;
|
| virtual gfx::Rect GetAnchorRect() OVERRIDE;
|
|
|