Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / GeolocationPosition.h
index 11733df..3547d1a 100644 (file)
@@ -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