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

Unified Diff: ash/wm/caption_buttons/maximize_bubble_controller_bubble.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
Index: ash/wm/caption_buttons/maximize_bubble_controller_bubble.h
diff --git a/ash/wm/caption_buttons/maximize_bubble_controller_bubble.h b/ash/wm/caption_buttons/maximize_bubble_controller_bubble.h
index dfb25efa08c1f9b9d226d955ff030780f378e80e..a968903e33a41c6477d8e4c51ec7ea0a529a759e 100644
--- a/ash/wm/caption_buttons/maximize_bubble_controller_bubble.h
+++ b/ash/wm/caption_buttons/maximize_bubble_controller_bubble.h
@@ -89,7 +89,7 @@ class MaximizeBubbleControllerBubble : public views::BubbleDelegateView,
// The content accessor of the menu.
BubbleContentsView* contents_view_;
- // The bubble border.
+ // The bubble border (weak reference).
MaximizeBubbleBorder* bubble_border_;
// The rectangle before the animation starts.
« no previous file with comments | « ash/system/web_notification/web_notification_tray.cc ('k') | ash/wm/caption_buttons/maximize_bubble_controller_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698