| Index: jingle/notifier/listener/notification_defines.h
|
| diff --git a/jingle/notifier/listener/notification_defines.h b/jingle/notifier/listener/notification_defines.h
|
| index 8a423075475e5180156590e10750ec34421bf968..0e644d2c7ab86a3b68d41805b49f75f7f3f3abe3 100644
|
| --- a/jingle/notifier/listener/notification_defines.h
|
| +++ b/jingle/notifier/listener/notification_defines.h
|
| @@ -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.
|
|
|
| @@ -13,10 +13,9 @@ struct IncomingNotificationData {
|
| };
|
|
|
| struct OutgoingNotificationData {
|
| - OutgoingNotificationData() : send_content(false), priority(0),
|
| - require_subscription(false),
|
| - write_to_cache_only(false) {
|
| - }
|
| + OutgoingNotificationData();
|
| + ~OutgoingNotificationData();
|
| +
|
| // Id values
|
| std::string service_url;
|
| std::string service_id;
|
|
|