| Index: Source/modules/geolocation/testing/GeolocationClientMock.h
|
| diff --git a/Source/modules/geolocation/testing/GeolocationClientMock.h b/Source/modules/geolocation/testing/GeolocationClientMock.h
|
| index e1bbd81b3c2e5d5ac8cb71911371af0c74f5234a..137d44496db26a7748f536d2956045c0a6533601 100644
|
| --- a/Source/modules/geolocation/testing/GeolocationClientMock.h
|
| +++ b/Source/modules/geolocation/testing/GeolocationClientMock.h
|
| @@ -75,7 +75,7 @@ private:
|
|
|
| void clearError();
|
|
|
| - typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<GeolocationController> > GeolocationControllers;
|
| + typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<GeolocationController>> GeolocationControllers;
|
| GeolocationControllers m_controllers;
|
|
|
| PersistentWillBeMember<GeolocationPosition> m_lastPosition;
|
| @@ -93,7 +93,7 @@ private:
|
|
|
| PermissionState m_permissionState;
|
|
|
| - typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation> > GeolocationSet;
|
| + typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation>> GeolocationSet;
|
| GeolocationSet m_pendingPermissions;
|
| };
|
|
|
|
|