Index: Source/modules/geolocation/GeolocationClient.h |
diff --git a/Source/modules/geolocation/GeolocationClient.h b/Source/modules/geolocation/GeolocationClient.h |
index c4a90dac8ac6061cd64da3157f35a062c99d1300..9b51f367e7034bb46b2880ac05ae52b5d55effcf 100644 |
--- a/Source/modules/geolocation/GeolocationClient.h |
+++ b/Source/modules/geolocation/GeolocationClient.h |
@@ -26,7 +26,7 @@ |
#ifndef GeolocationClient_h |
#define GeolocationClient_h |
-namespace WebCore { |
+namespace blink { |
class Geolocation; |
class GeolocationController; |
@@ -54,6 +54,6 @@ protected: |
void provideGeolocationTo(LocalFrame&, GeolocationClient*); |
-} // namespace WebCore |
+} // namespace blink |
#endif // GeolocationClient_h |