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

Unified Diff: jingle/notifier/listener/notification_defines.h

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 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: 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;

Powered by Google App Engine
This is Rietveld 408576698