| Index: content/renderer/geolocation_dispatcher.h
|
| ===================================================================
|
| --- content/renderer/geolocation_dispatcher.h (revision 104727)
|
| +++ content/renderer/geolocation_dispatcher.h (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationController.h"
|
|
|
| +class RenderViewImpl;
|
| struct Geoposition;
|
|
|
| namespace WebKit {
|
| @@ -27,7 +28,7 @@
|
| class GeolocationDispatcher : public content::RenderViewObserver,
|
| public WebKit::WebGeolocationClient {
|
| public:
|
| - explicit GeolocationDispatcher(RenderView* render_view);
|
| + explicit GeolocationDispatcher(RenderViewImpl* render_view);
|
| virtual ~GeolocationDispatcher();
|
|
|
| private:
|
|
|