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