Index: third_party/WebKit/Source/web/GeolocationClientProxy.h |
diff --git a/third_party/WebKit/Source/web/GeolocationClientProxy.h b/third_party/WebKit/Source/web/GeolocationClientProxy.h |
index 76528dd5405ffdd5f2172581e205ed587c4c7399..e3c4f535b5ca37fb5542775cbd16445a16887240 100644 |
--- a/third_party/WebKit/Source/web/GeolocationClientProxy.h |
+++ b/third_party/WebKit/Source/web/GeolocationClientProxy.h |
@@ -37,7 +37,7 @@ class WebGeolocationClient; |
class GeolocationClientProxy final : public GeolocationClient { |
public: |
- static RawPtr<GeolocationClientProxy> create(WebGeolocationClient* client) |
+ static GeolocationClientProxy* create(WebGeolocationClient* client) |
{ |
return new GeolocationClientProxy(client); |
} |