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

Unified Diff: Source/modules/push_messaging/PushRegistration.h

Issue 461163002: Cleanup namespace usage in Source/core/modules/[mediasource/* to websockets/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/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);
« no previous file with comments | « Source/modules/push_messaging/PushError.h ('k') | Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698