| Index: ash/system/tray/tray_details_view.h
|
| diff --git a/ash/system/tray/tray_details_view.h b/ash/system/tray/tray_details_view.h
|
| index 28e9082c58ffc455c032ac2229b726591b2bfee8..767670e5c54a2e94fcb1466573b0fd7f6e5776a8 100644
|
| --- a/ash/system/tray/tray_details_view.h
|
| +++ b/ash/system/tray/tray_details_view.h
|
| @@ -62,7 +62,7 @@ class ASH_EXPORT TrayDetailsView : public views::View {
|
| SpecialPopupRow* footer_;
|
| FixedSizedScrollView* scroller_;
|
| views::View* scroll_content_;
|
| - ScrollBorder* scroll_border_;
|
| + ScrollBorder* scroll_border_; // Weak reference
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayDetailsView);
|
| };
|
|
|