| Index: Source/modules/geofencing/NavigatorGeofencing.h
|
| diff --git a/Source/modules/geofencing/NavigatorGeofencing.h b/Source/modules/geofencing/NavigatorGeofencing.h
|
| index b1b149709f39d7d9f45a348531113c3e802943ac..b9ddf21a9774ea4a87136747eeb5215498d16a12 100644
|
| --- a/Source/modules/geofencing/NavigatorGeofencing.h
|
| +++ b/Source/modules/geofencing/NavigatorGeofencing.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class Geofencing;
|
| class Navigator;
|
|
|
| -class NavigatorGeofencing FINAL
|
| +class NavigatorGeofencing final
|
| : public NoBaseWillBeGarbageCollectedFinalized<NavigatorGeofencing>
|
| , public WillBeHeapSupplement<Navigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeofencing);
|
| @@ -25,7 +25,7 @@ public:
|
| static Geofencing* geofencing(Navigator&);
|
| Geofencing* geofencing();
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| private:
|
| NavigatorGeofencing();
|
|
|