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

Unified Diff: Source/modules/notifications/ServiceWorkerRegistrationNotifications.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
Index: Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
diff --git a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
index 9d77aa2c2d92b8dd5a88897f0226ea326dc81d5e..a256622ffedf78766fa6638ace2bd0fad783e880 100644
--- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
+++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
@@ -6,7 +6,6 @@
#define ServiceWorkerRegistrationNotifications_h
#include "bindings/core/v8/ScriptPromise.h"
-#include "modules/serviceworkers/ServiceWorkerRegistration.h"
namespace blink {
@@ -14,6 +13,7 @@ class ExceptionState;
class GetNotificationOptions;
class NotificationOptions;
class ScriptState;
+class ServiceWorkerRegistration;
class ServiceWorkerRegistrationNotifications {
STATIC_ONLY(ServiceWorkerRegistrationNotifications);

Powered by Google App Engine
This is Rietveld 408576698