Index: Source/modules/notifications/Notification.h |
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h |
index c00dfa1e981fddc591f41ac29726a693941d916c..fe32447006d4fcfecd23eef883ec38b907fe103d 100644 |
--- a/Source/modules/notifications/Notification.h |
+++ b/Source/modules/notifications/Notification.h |
@@ -41,7 +41,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
class Dictionary; |
class ExecutionContext; |
@@ -128,6 +128,6 @@ private: |
AsyncMethodRunner<Notification> m_asyncRunner; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Notification_h |