Index: Source/modules/geolocation/GeolocationPosition.h |
diff --git a/Source/modules/geolocation/GeolocationPosition.h b/Source/modules/geolocation/GeolocationPosition.h |
index 11733df659defb0e46965700c5c530b48eef255c..3547d1a784f45c55ef4ef44a8ee5dd45f8674edf 100644 |
--- a/Source/modules/geolocation/GeolocationPosition.h |
+++ b/Source/modules/geolocation/GeolocationPosition.h |
@@ -28,7 +28,7 @@ |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class GeolocationPosition : public GarbageCollected<GeolocationPosition> { |
public: |
@@ -106,6 +106,6 @@ private: |
bool m_canProvideSpeed; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // GeolocationPosition_h |