Index: Source/modules/push_messaging/PushRegistration.h |
diff --git a/Source/modules/push_messaging/PushRegistration.h b/Source/modules/push_messaging/PushRegistration.h |
index aee30624d8652a8108ad977bef558af6380f986a..cf5d6747b9c00e92a66be598b265a44d7f91aeae 100644 |
--- a/Source/modules/push_messaging/PushRegistration.h |
+++ b/Source/modules/push_messaging/PushRegistration.h |
@@ -17,7 +17,7 @@ class ScriptPromiseResolver; |
class PushRegistration FINAL : public GarbageCollectedFinalized<PushRegistration>, public ScriptWrappable { |
public: |
// For CallbackPromiseAdapter. |
- typedef blink::WebPushRegistration WebType; |
+ typedef WebPushRegistration WebType; |
static PushRegistration* take(ScriptPromiseResolver*, WebType* registrationRaw); |
static void dispose(WebType* registrationRaw); |