summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 17:58:55 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 17:58:55 +0000
commit4b4c0133fe9db17ef05ec1e43a13158201930e8e (patch)
tree22f585b06b487d83ebee1a7bc3ae26b581b7931d /chrome/browser/notifications
parent06ac956fa079c64289e1632549a2492ddc74944d (diff)
downloadchromium_src-4b4c0133fe9db17ef05ec1e43a13158201930e8e.zip
chromium_src-4b4c0133fe9db17ef05ec1e43a13158201930e8e.tar.gz
chromium_src-4b4c0133fe9db17ef05ec1e43a13158201930e8e.tar.bz2
Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.
This is the result of running the rewrite_scoped_ptr_ctor_null tool across all files built on Linux in the chrome/ directory. BUG=173286 Review URL: https://chromiumcodereview.appspot.com/16703018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r--chrome/browser/notifications/balloon_notification_ui_manager.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/notifications/balloon_notification_ui_manager.cc b/chrome/browser/notifications/balloon_notification_ui_manager.cc
index 7c942d8..edbebd4 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,