Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / PositionCallback.h
index b3ff41e..3c99f68 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef PositionCallback_h
 #define PositionCallback_h
 
-namespace WebCore {
+namespace blink {
 
     class Geoposition;
 
@@ -36,6 +36,6 @@ namespace WebCore {
         virtual void handleEvent(Geoposition*) = 0;
     };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // PositionCallback_h