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

Unified Diff: third_party/WebKit/public/web/WebGeolocationController.h

Issue 1919153002: Tidy up WebGeolocationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: still support implicit conversion Created 4 years, 8 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 | « third_party/WebKit/Source/web/WebGeolocationController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebGeolocationController.h
diff --git a/third_party/WebKit/public/web/WebGeolocationController.h b/third_party/WebKit/public/web/WebGeolocationController.h
index 36fb3691901fb165aa3d4cbbdb5d9d5f80a132a4..01a0c3deecb836860c5c2c788b826c0e10084236 100644
--- a/third_party/WebKit/public/web/WebGeolocationController.h
+++ b/third_party/WebKit/public/web/WebGeolocationController.h
@@ -33,7 +33,6 @@
namespace blink {
class GeolocationController;
-class GeolocationControllerPrivate;
class WebGeolocationPosition;
class WebGeolocationError;
@@ -55,7 +54,7 @@ private:
BLINK_EXPORT void reset();
- WebPrivatePtr<GeolocationControllerPrivate> m_private;
+ WebPrivatePtr<GeolocationController> m_private;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebGeolocationController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698