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

Unified Diff: Source/modules/geolocation/GeolocationWatchers.cpp

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/GeolocationWatchers.cpp
diff --git a/Source/modules/geolocation/GeolocationWatchers.cpp b/Source/modules/geolocation/GeolocationWatchers.cpp
index f1a791add799c6004f9f616e5176c5143062284c..1659f98f842bb97f53d5db612850f56e278bfdab 100644
--- a/Source/modules/geolocation/GeolocationWatchers.cpp
+++ b/Source/modules/geolocation/GeolocationWatchers.cpp
@@ -68,7 +68,7 @@ bool GeolocationWatchers::isEmpty() const
return m_idToNotifierMap.isEmpty();
}
-void GeolocationWatchers::getNotifiersVector(HeapVector<Member<GeoNotifier> >& copy) const
+void GeolocationWatchers::getNotifiersVector(HeapVector<Member<GeoNotifier>>& copy) const
{
copyValuesToVector(m_idToNotifierMap, copy);
}

Powered by Google App Engine
This is Rietveld 408576698