Index: Source/web/GeolocationClientProxy.h |
diff --git a/Source/web/GeolocationClientProxy.h b/Source/web/GeolocationClientProxy.h |
index 4fa9711d99a05246699af31d30371aa9979ea285..48767534e086c1ddd87569d5cd2b82e98d0f66d0 100644 |
--- a/Source/web/GeolocationClientProxy.h |
+++ b/Source/web/GeolocationClientProxy.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
class GeolocationPosition; |
} |
-namespace WebKit { |
+namespace blink { |
class WebGeolocationClient; |
class GeolocationClientProxy : public WebCore::GeolocationClient { |
@@ -56,6 +56,6 @@ private: |
RefPtr<WebCore::GeolocationPosition> m_lastPosition; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // GeolocationClientProxy_h |