Index: Source/modules/notifications/NotificationController.h |
diff --git a/Source/modules/notifications/NotificationController.h b/Source/modules/notifications/NotificationController.h |
index 13372c9892615a956a84f2c41c5aaa37a70f388a..b243c804bc3d9b62debe8f9562f06dddaf72a283 100644 |
--- a/Source/modules/notifications/NotificationController.h |
+++ b/Source/modules/notifications/NotificationController.h |
@@ -27,13 +27,10 @@ |
#define NotificationController_h |
#include "core/frame/LocalFrame.h" |
-#include "wtf/Forward.h" |
-#include "wtf/Noncopyable.h" |
namespace blink { |
class NotificationClient; |
-class NotificationPermissionClient; |
class NotificationController final : public NoBaseWillBeGarbageCollectedFinalized<NotificationController>, public WillBeHeapSupplement<LocalFrame> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NotificationController); |