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

Unified Diff: chrome/browser/notifications/balloon_notification_ui_manager.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/notifications/balloon_notification_ui_manager.cc
diff --git a/chrome/browser/notifications/balloon_notification_ui_manager.cc b/chrome/browser/notifications/balloon_notification_ui_manager.cc
index 7c942d86a5473264228ecd8433c6b3349bb69b2d..edbebd4c63e0648a93b1e697974d2306f0629307 100644
--- a/chrome/browser/notifications/balloon_notification_ui_manager.cc
+++ b/chrome/browser/notifications/balloon_notification_ui_manager.cc
@@ -20,9 +20,7 @@
BalloonNotificationUIManager::BalloonNotificationUIManager(
PrefService* local_state)
- : NotificationUIManagerImpl(),
- NotificationPrefsManager(local_state),
- balloon_collection_(NULL) {
+ : NotificationUIManagerImpl(), NotificationPrefsManager(local_state) {
position_pref_.Init(
prefs::kDesktopNotificationPosition,
local_state,

Powered by Google App Engine
This is Rietveld 408576698