Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / testing / InternalsGeolocation.h
index c766567..1c9f64a 100644 (file)
@@ -34,7 +34,7 @@
 #include "platform/Timer.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class Document;
 class GeolocationClientMock;
@@ -52,6 +52,6 @@ private:
     static GeolocationClientMock* geolocationClient(Document*);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // InternalsGeolocation_h