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

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

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index bd2e7293b7bb17ad1dc14e0897603be8e13db570..13205dffe94fc3216599cae5a484cf66c03e1dbc 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -81,7 +81,7 @@ private:
bool m_hasClientForTest;
PersistentWillBeMember<GeolocationPosition> m_lastPosition;
- typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation> > ObserversSet;
+ typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation>> ObserversSet;
// All observers; both those requesting high accuracy and those not.
ObserversSet m_observers;
ObserversSet m_highAccuracyObservers;

Powered by Google App Engine
This is Rietveld 408576698