Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: ash/system/tray/tray_details_view.h

Issue 145033006: views: Make View::set_border() take a scoped_ptr<>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/tray_background_view.cc ('k') | ash/system/tray/tray_details_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ash/system/tray/tray_background_view.cc ('k') | ash/system/tray/tray_details_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698