Index: Source/modules/geofencing/Geofencing.cpp |
diff --git a/Source/modules/geofencing/Geofencing.cpp b/Source/modules/geofencing/Geofencing.cpp |
index 3708761c3c8660d2b4bb1388dbc6df5a58c033e2..078924c64f33f3e4ceec5a43760dce93aa2578d0 100644 |
--- a/Source/modules/geofencing/Geofencing.cpp |
+++ b/Source/modules/geofencing/Geofencing.cpp |
@@ -26,7 +26,7 @@ namespace { |
// For CallbackPromiseAdapter to convert a WebVector of regions to a HeapVector. |
class RegionArray { |
public: |
- typedef blink::WebVector<blink::WebGeofencingRegistration> WebType; |
+ typedef WebVector<WebGeofencingRegistration> WebType; |
static HeapVector<Member<GeofencingRegion>> take(ScriptPromiseResolver* resolver, WebType* regionsRaw) |
{ |
OwnPtr<WebType> webRegions = adoptPtr(regionsRaw); |