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

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: Patch for landing 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') | no next file with comments »
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 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> {
« no previous file with comments | « no previous file | Source/modules/geolocation/GeoNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698