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

Unified Diff: chrome/browser/notifications/notification_test_util.cc

Issue 10071036: RefCounted types should not have public destructors, chrome/browser/ part 6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation fixes Created 8 years, 8 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
« no previous file with comments | « chrome/browser/notifications/notification_test_util.h ('k') | chrome/browser/pepper_gtalk_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_test_util.cc
diff --git a/chrome/browser/notifications/notification_test_util.cc b/chrome/browser/notifications/notification_test_util.cc
index 540e2964f7d0bbb5b3d21c3100c3d9c3f0f32744..b0e7d8e03f2314f2a14fd3e11f4fe087d05d1926 100644
--- a/chrome/browser/notifications/notification_test_util.cc
+++ b/chrome/browser/notifications/notification_test_util.cc
@@ -5,7 +5,8 @@
#include "chrome/browser/notifications/notification_test_util.h"
MockNotificationDelegate::MockNotificationDelegate(const std::string& id)
- : id_(id) {}
+ : id_(id) {
+}
MockNotificationDelegate::~MockNotificationDelegate() {}
« no previous file with comments | « chrome/browser/notifications/notification_test_util.h ('k') | chrome/browser/pepper_gtalk_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698