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

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

Issue 635233004: Replace FINAL and OVERRIDE with their C++11 counterparts 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/Geoposition.h
diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h
index 147a962ab34ac9e3fd12bb0223b2448e19dbb876..90b599d120efcc44d2d9d22f28e3d2f97838d88a 100644
--- a/Source/modules/geolocation/Geoposition.h
+++ b/Source/modules/geolocation/Geoposition.h
@@ -33,7 +33,7 @@
namespace blink {
-class Geoposition FINAL : public GarbageCollected<Geoposition>, public ScriptWrappable {
+class Geoposition final : public GarbageCollected<Geoposition>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)
« no previous file with comments | « Source/modules/geolocation/GeolocationInspectorAgent.h ('k') | Source/modules/geolocation/NavigatorGeolocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698