| Index: third_party/WebKit/public/web/WebGeolocationController.h
|
| diff --git a/third_party/WebKit/public/web/WebGeolocationController.h b/third_party/WebKit/public/web/WebGeolocationController.h
|
| index 36fb3691901fb165aa3d4cbbdb5d9d5f80a132a4..01a0c3deecb836860c5c2c788b826c0e10084236 100644
|
| --- a/third_party/WebKit/public/web/WebGeolocationController.h
|
| +++ b/third_party/WebKit/public/web/WebGeolocationController.h
|
| @@ -33,7 +33,6 @@
|
| namespace blink {
|
|
|
| class GeolocationController;
|
| -class GeolocationControllerPrivate;
|
| class WebGeolocationPosition;
|
| class WebGeolocationError;
|
|
|
| @@ -55,7 +54,7 @@ private:
|
|
|
| BLINK_EXPORT void reset();
|
|
|
| - WebPrivatePtr<GeolocationControllerPrivate> m_private;
|
| + WebPrivatePtr<GeolocationController> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|