Chromium Code Reviews| Index: Source/modules/geolocation/Geolocation.h |
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h |
| index 2122ddb610dc70144583cc13cac65d25b1c8914b..eb8e4c6e7244f87a6c290573d41bca5c5ff2ae96 100644 |
| --- a/Source/modules/geolocation/Geolocation.h |
| +++ b/Source/modules/geolocation/Geolocation.h |
| @@ -44,9 +44,7 @@ namespace blink { |
| class Dictionary; |
| class Document; |
| class LocalFrame; |
| -class GeolocationController; |
| class GeolocationError; |
| -class GeolocationPosition; |
| class ExecutionContext; |
| class Geolocation final |