summaryrefslogtreecommitdiffstats
path: root/jingle/notifier
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 06:03:30 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 06:03:30 +0000
commit26430024d4ba899f13140334e0311f8b586557fa (patch)
tree64e154a9c5e5ee37642340f303531af76e56e3c2 /jingle/notifier
parent5a4c3f5564f8870edca6be511b33f5c38c599c94 (diff)
downloadchromium_src-26430024d4ba899f13140334e0311f8b586557fa.zip
chromium_src-26430024d4ba899f13140334e0311f8b586557fa.tar.gz
chromium_src-26430024d4ba899f13140334e0311f8b586557fa.tar.bz2
Remove 13 exit time constructors and 3 static initializers
BUG=101600,94925 TEST=none TBR=vandebo,viettrungluu Review URL: http://codereview.chromium.org/8487001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/notifier')
-rw-r--r--jingle/notifier/listener/push_notifications_subscribe_task.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/listener/push_notifications_subscribe_task.cc b/jingle/notifier/listener/push_notifications_subscribe_task.cc
index 778e7fa..a4d3b21c 100644
--- a/jingle/notifier/listener/push_notifications_subscribe_task.cc
+++ b/jingle/notifier/listener/push_notifications_subscribe_task.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -80,7 +80,7 @@ buzz::XmlElement* PushNotificationsSubscribeTask::MakeSubscriptionMessage(
const SubscriptionList& subscriptions,
const buzz::Jid& jid, const std::string& task_id) {
DCHECK(jid.IsFull());
- static const buzz::QName kQnSubscribe(
+ const buzz::QName kQnSubscribe(
kPushNotificationsNamespace, "subscribe");
// Create the subscription stanza using the notifications protocol.