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

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

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the ever-changing Mac unit tests. Created 7 years, 7 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.h ('k') | chrome/browser/notifications/notification_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification.cc
diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc
index 5a233767c01dd7664549846d30eab2101c6dc4e3..3e24b23e2d353f65a2e006e74c50e750bacd42ec 100644
--- a/chrome/browser/notifications/notification.cc
+++ b/chrome/browser/notifications/notification.cc
@@ -17,8 +17,7 @@ Notification::Notification(const GURL& origin_url,
content_url_(content_url),
display_source_(display_source),
replace_id_(replace_id),
- delegate_(delegate) {
-}
+ delegate_(delegate) {}
Notification::Notification(const GURL& origin_url,
const GURL& icon_url,
@@ -86,8 +85,7 @@ Notification::Notification(const GURL& origin_url,
body_(body),
display_source_(display_source),
replace_id_(replace_id),
- delegate_(delegate) {
-}
+ delegate_(delegate) {}
Notification::Notification(const Notification& notification)
: type_(notification.type()),
« no previous file with comments | « chrome/browser/notifications/notification.h ('k') | chrome/browser/notifications/notification_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698