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

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

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/modules/geolocation/Geolocation.h
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
index 2122ddb610dc70144583cc13cac65d25b1c8914b..4baff005398b489f5e98a16b0f5a1fe126fa1a8a 100644
--- a/Source/modules/geolocation/Geolocation.h
+++ b/Source/modules/geolocation/Geolocation.h
@@ -36,17 +36,13 @@
#include "modules/geolocation/PositionError.h"
#include "modules/geolocation/PositionErrorCallback.h"
#include "modules/geolocation/PositionOptions.h"
-#include "platform/Timer.h"
-#include "platform/heap/Handle.h"
namespace blink {
class Dictionary;
class Document;
class LocalFrame;
-class GeolocationController;
class GeolocationError;
-class GeolocationPosition;
class ExecutionContext;
class Geolocation final

Powered by Google App Engine
This is Rietveld 408576698