Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / NavigatorGeolocation.h
index df8fd9a..b8ec63d 100644 (file)
@@ -24,7 +24,7 @@
 #include "platform/Supplementable.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 class LocalFrame;
 class Geolocation;
@@ -48,6 +48,6 @@ private:
     mutable PersistentWillBeMember<Geolocation> m_geolocation;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // NavigatorGeolocation_h