Index: Source/modules/notifications/NotificationController.cpp |
diff --git a/Source/modules/notifications/NotificationController.cpp b/Source/modules/notifications/NotificationController.cpp |
index 512824b629a8801cfb4de24fa58042d12e2d8b6e..7bbbd18e5a2e7817585d4c9a7b061a4e07283583 100644 |
--- a/Source/modules/notifications/NotificationController.cpp |
+++ b/Source/modules/notifications/NotificationController.cpp |
@@ -31,7 +31,7 @@ |
#include "modules/notifications/NotificationClient.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
NotificationController::NotificationController(PassOwnPtr<NotificationClient> client) |
: m_client(client) |
@@ -71,4 +71,4 @@ void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> clien |
NotificationController::provideTo(frame, NotificationController::supplementName(), NotificationController::create(client)); |
} |
-} // namespace WebCore |
+} // namespace blink |