Index: Source/modules/geolocation/GeoNotifier.h |
diff --git a/Source/modules/geolocation/GeoNotifier.h b/Source/modules/geolocation/GeoNotifier.h |
index bfda498586d43714eb86e9197c500702736ce559..f327e111b2d2045dbe011cab7880537b858cffeb 100644 |
--- a/Source/modules/geolocation/GeoNotifier.h |
+++ b/Source/modules/geolocation/GeoNotifier.h |
@@ -5,6 +5,8 @@ |
#ifndef GeoNotifier_h |
#define GeoNotifier_h |
+#include "modules/geolocation/PositionCallback.h" |
+#include "modules/geolocation/PositionErrorCallback.h" |
#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
@@ -12,9 +14,7 @@ namespace blink { |
class Geolocation; |
class Geoposition; |
-class PositionCallback; |
class PositionError; |
-class PositionErrorCallback; |
class PositionOptions; |
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { |