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

Unified Diff: ui/message_center/notification_view.h

Issue 11647031: Renamed MessageViewMultiple to NotificationView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « ui/message_center/message_view_multiple.cc ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_view.h
diff --git a/ui/message_center/message_view_multiple.h b/ui/message_center/notification_view.h
similarity index 57%
rename from ui/message_center/message_view_multiple.h
rename to ui/message_center/notification_view.h
index 10fe9d298412cb6e63c142972ce62910e89d68a0..98fa0ef3981608e7624dccb04a3042a1f40f2e13 100644
--- a/ui/message_center/message_view_multiple.h
+++ b/ui/message_center/notification_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_MESSAGE_CENTER_MESSAGE_VIEW_MULTIPLE_H_
-#define UI_MESSAGE_CENTER_MESSAGE_VIEW_MULTIPLE_H_
+#ifndef UI_MESSAGE_CENTER_NOTIFICATION_VIEW_H_
+#define UI_MESSAGE_CENTER_NOTIFICATION_VIEW_H_
#include "ui/message_center/message_view.h"
#include "ui/message_center/notification_list.h"
@@ -14,19 +14,19 @@ namespace message_center {
//
// TODO(dharcourt): Rename MessageCenter and MessageView* to NotificationCenter
Jun Mukai 2012/12/20 18:21:21 can you update this TODO btw?
dharcourt 2012/12/20 20:38:30 Done.
// and NotificationView*?
-class MessageViewMultiple : public MessageView {
+class NotificationView : public MessageView {
public:
- MessageViewMultiple(NotificationList::Delegate* list_delegate,
- const NotificationList::Notification& notification);
- virtual ~MessageViewMultiple();
+ NotificationView(NotificationList::Delegate* list_delegate,
+ const NotificationList::Notification& notification);
+ virtual ~NotificationView();
// Overridden from MessageView.
virtual void SetUpView() OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(MessageViewMultiple);
+ DISALLOW_COPY_AND_ASSIGN(NotificationView);
};
} // namespace message_center
-#endif // UI_MESSAGE_CENTER_MESSAGE_VIEW_MULTIPLE_H_
+#endif // UI_MESSAGE_CENTER_NOTIFICATION_VIEW_H_
« no previous file with comments | « ui/message_center/message_view_multiple.cc ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698