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

Unified Diff: Source/modules/notifications/NotificationEvent.h

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 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 | « Source/modules/notifications/NotificationData.h ('k') | Source/modules/notifications/NotificationEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationEvent.h
diff --git a/Source/modules/notifications/NotificationEvent.h b/Source/modules/notifications/NotificationEvent.h
index 210a943ee75632bf8ad78c969f166c0545f52dff..dfa1cf82d54a6dc210467250d3fcf2867ad27e9a 100644
--- a/Source/modules/notifications/NotificationEvent.h
+++ b/Source/modules/notifications/NotificationEvent.h
@@ -8,12 +8,13 @@
#include "modules/EventModules.h"
#include "modules/ModulesExport.h"
#include "modules/notifications/Notification.h"
-#include "modules/notifications/NotificationEventInit.h"
#include "modules/serviceworkers/ExtendableEvent.h"
#include "platform/heap/Handle.h"
namespace blink {
+class NotificationEventInit;
+
class MODULES_EXPORT NotificationEvent final : public ExtendableEvent {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « Source/modules/notifications/NotificationData.h ('k') | Source/modules/notifications/NotificationEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698