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

Unified Diff: ui/message_center/message_simple_view.h

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed latest nits Created 7 years, 10 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: ui/message_center/message_simple_view.h
diff --git a/ui/message_center/message_simple_view.h b/ui/message_center/message_simple_view.h
index b55ffb1981a781d3628802d48648d424420a8934..2a141ad9e990fca939be31521f4dd932f750d7c1 100644
--- a/ui/message_center/message_simple_view.h
+++ b/ui/message_center/message_simple_view.h
@@ -10,13 +10,13 @@
namespace message_center {
-struct Notification;
+class Notification;
// A simple view for a notification entry (icon + message + buttons).
class MessageSimpleView : public MessageView {
public:
MessageSimpleView(NotificationList::Delegate* list_delegate,
- const Notification& notification);
+ Notification* notification);
virtual ~MessageSimpleView();
// Overridden from MessageView:

Powered by Google App Engine
This is Rietveld 408576698