Index: Source/modules/geolocation/GeoNotifier.h |
diff --git a/Source/modules/geolocation/GeoNotifier.h b/Source/modules/geolocation/GeoNotifier.h |
index 5b338c4142fd620216a4bc4aea12db48213cefaf..ee2491b4654595246b21bc0c1a1aa7194f357a72 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" |
Michael van Ouwerkerk
2014/07/18 12:07:39
These changes do not seem necessary. Using forward
kihong
2014/07/18 14:28:24
It's better to use forward declarations, but we ca
|
#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
@@ -12,9 +14,7 @@ namespace WebCore { |
class Geolocation; |
class Geoposition; |
-class PositionCallback; |
class PositionError; |
-class PositionErrorCallback; |
class PositionOptions; |
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { |