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

Unified Diff: chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc

Issue 16703018: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
index 237458cc98e9aa1abb7b2f5a94ecc237ba2ee410..f8f6897dc76523bbae6742c43f0a5d6e4175def2 100644
--- a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
+++ b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
@@ -104,11 +104,8 @@ BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
hbox_(NULL),
html_container_(NULL),
weak_factory_(this),
- close_button_(NULL),
- animation_(NULL),
menu_showing_(false),
- pending_close_(false) {
-}
+ pending_close_(false) {}
BalloonViewImpl::~BalloonViewImpl() {
if (frame_container_) {

Powered by Google App Engine
This is Rietveld 408576698