Index: public/web/WebGeolocationError.h |
diff --git a/public/web/WebGeolocationError.h b/public/web/WebGeolocationError.h |
index 6e25662176fa0a8637a58abe6046386e9dbbedab..f765a52106f7b5c4bc76a76804db483d19294ee8 100644 |
--- a/public/web/WebGeolocationError.h |
+++ b/public/web/WebGeolocationError.h |
@@ -29,7 +29,7 @@ |
#include "../platform/WebCommon.h" |
#include "../platform/WebPrivatePtr.h" |
-namespace WebCore { class GeolocationError; } |
+namespace blink { class GeolocationError; } |
namespace blink { |
@@ -51,13 +51,13 @@ public: |
BLINK_EXPORT void reset(); |
#if BLINK_IMPLEMENTATION |
- WebGeolocationError(WebCore::GeolocationError*); |
- WebGeolocationError& operator=(WebCore::GeolocationError*); |
- operator WebCore::GeolocationError*() const; |
+ WebGeolocationError(blink::GeolocationError*); |
+ WebGeolocationError& operator=(blink::GeolocationError*); |
+ operator blink::GeolocationError*() const; |
#endif |
private: |
- WebPrivatePtr<WebCore::GeolocationError> m_private; |
+ WebPrivatePtr<blink::GeolocationError> m_private; |
}; |
} // namespace blink |