summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_icons/desktop_notification_balloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/status_icons/desktop_notification_balloon.h')
-rw-r--r--chrome/browser/status_icons/desktop_notification_balloon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/status_icons/desktop_notification_balloon.h b/chrome/browser/status_icons/desktop_notification_balloon.h
index 2a44f2b..f3b9195 100644
--- a/chrome/browser/status_icons/desktop_notification_balloon.h
+++ b/chrome/browser/status_icons/desktop_notification_balloon.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -25,8 +25,7 @@ class DesktopNotificationBalloon {
const string16& contents);
private:
- // Notification balloon.
- scoped_ptr<Notification> notification_;
+ std::string notification_id_;
// Counter to provide unique ids to notifications.
static int id_count_;