Index: Source/modules/beacon/NavigatorBeacon.h |
diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h |
index c0c3f6d0e329973f5f49d233546753100770dede..9fb7e44e13ef310d0c3af1da968b8c61474e6473 100644 |
--- a/Source/modules/beacon/NavigatorBeacon.h |
+++ b/Source/modules/beacon/NavigatorBeacon.h |
@@ -13,7 +13,7 @@ namespace WTF { |
class ArrayBufferView; |
} |
-namespace WebCore { |
+namespace blink { |
class Blob; |
class DOMFormData; |
@@ -49,6 +49,6 @@ private: |
Navigator& m_navigator; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NavigatorBeacon_h |