Index: Source/modules/geolocation/GeolocationController.cpp |
diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp |
index 80dda2a8d53f635285875b4075a61ff227ad0d0b..a0cd1b75318d0303531c54a88f1914d84dfd91b4 100644 |
--- a/Source/modules/geolocation/GeolocationController.cpp |
+++ b/Source/modules/geolocation/GeolocationController.cpp |
@@ -34,7 +34,7 @@ |
#include "modules/geolocation/GeolocationInspectorAgent.h" |
#include "modules/geolocation/GeolocationPosition.h" |
-namespace WebCore { |
+namespace blink { |
GeolocationController::GeolocationController(LocalFrame& frame, GeolocationClient* client) |
: PageLifecycleObserver(frame.page()) |
@@ -238,4 +238,4 @@ void provideGeolocationTo(LocalFrame& frame, GeolocationClient* client) |
WillBeHeapSupplement<LocalFrame>::provideTo(frame, GeolocationController::supplementName(), GeolocationController::create(frame, client)); |
} |
-} // namespace WebCore |
+} // namespace blink |