Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1791)

Unified Diff: Source/modules/geolocation/GeoNotifier.h

Issue 402563002: Separate GeolocationWatchers from Geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/geolocation/GeoNotifier.cpp » ('j') | Source/modules/geolocation/Geolocation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> {
« no previous file with comments | « no previous file | Source/modules/geolocation/GeoNotifier.cpp » ('j') | Source/modules/geolocation/Geolocation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698