Index: Source/modules/notifications/NotificationClient.h |
diff --git a/Source/modules/notifications/NotificationClient.h b/Source/modules/notifications/NotificationClient.h |
index ab94cbde9346e4f6b34ac426d9b9016722dff2ca..a45855921b27d419215c01caed3a84876b6f7e92 100644 |
--- a/Source/modules/notifications/NotificationClient.h |
+++ b/Source/modules/notifications/NotificationClient.h |
@@ -36,7 +36,7 @@ |
#include "modules/notifications/NotificationPermissionCallback.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class Notification; |
@@ -72,6 +72,6 @@ public: |
virtual Permission checkPermission(ExecutionContext*) = 0; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NotificationClient_h |