| Index: Source/modules/notifications/NotificationPermissionClient.h
|
| diff --git a/Source/modules/notifications/NotificationPermissionClient.h b/Source/modules/notifications/NotificationPermissionClient.h
|
| index 9cafe2273e78866eb7b8d89eb21de8857127058d..c020dc03f36df85ea060c2094275ee94dc3e46b2 100644
|
| --- a/Source/modules/notifications/NotificationPermissionClient.h
|
| +++ b/Source/modules/notifications/NotificationPermissionClient.h
|
| @@ -9,7 +9,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| class LocalFrame;
|
| @@ -30,6 +30,6 @@ public:
|
|
|
| void proviceNotificationPermissionClientTo(LocalFrame&, PassOwnPtrWillBeRawPtr<NotificationPermissionClient>);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // NotificationPermissionClient_h
|
|
|