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

Unified Diff: ui/message_center/notification_delegate.h

Issue 2547433002: Transfer responsibility for providing a close button for a notification to each implementation of M… (Closed)
Patch Set: WrapUnique -> MakeUnique Created 4 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/BUILD.gn ('k') | ui/message_center/notification_delegate_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_delegate.h
diff --git a/ui/message_center/notification_delegate.h b/ui/message_center/notification_delegate.h
index a493c18e252eb43b99572acf3347be67e88dce3e..b9432fb12bcd523ff00a32cc810d005cdffcd70d 100644
--- a/ui/message_center/notification_delegate.h
+++ b/ui/message_center/notification_delegate.h
@@ -15,9 +15,7 @@
#include "ui/message_center/message_center_export.h"
#if defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
-namespace views {
-class View;
-}
+#include "ui/message_center/views/custom_notification_content_view_delegate.h"
#endif
namespace message_center {
@@ -59,7 +57,7 @@ class MESSAGE_CENTER_EXPORT NotificationDelegate
#if defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
// To be called to construct the contents view of a popup for notifications
// whose type is NOTIFICATION_TYPE_CUSTOM.
- virtual std::unique_ptr<views::View> CreateCustomContent();
+ virtual std::unique_ptr<CustomContent> CreateCustomContent();
#endif
// Indicates whether this notification should be displayed when there is
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/notification_delegate_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698