Index: Source/modules/geolocation/NavigatorGeolocation.cpp |
diff --git a/Source/modules/geolocation/NavigatorGeolocation.cpp b/Source/modules/geolocation/NavigatorGeolocation.cpp |
index b30bc7480e8110bc735f1b1d07466dcdfecd8e30..49e1c0d1df2ffd989a299e0ab30497f87056d35a 100644 |
--- a/Source/modules/geolocation/NavigatorGeolocation.cpp |
+++ b/Source/modules/geolocation/NavigatorGeolocation.cpp |
@@ -28,7 +28,7 @@ |
#include "core/frame/Navigator.h" |
#include "modules/geolocation/Geolocation.h" |
-namespace WebCore { |
+namespace blink { |
NavigatorGeolocation::NavigatorGeolocation(LocalFrame* frame) |
: DOMWindowProperty(frame) |
@@ -72,4 +72,4 @@ void NavigatorGeolocation::trace(Visitor* visitor) |
WillBeHeapSupplement<Navigator>::trace(visitor); |
} |
-} // namespace WebCore |
+} // namespace blink |