| Index: Source/modules/geolocation/GeolocationWatchers.cpp
|
| diff --git a/Source/modules/geolocation/GeolocationWatchers.cpp b/Source/modules/geolocation/GeolocationWatchers.cpp
|
| index b783c6459518c08c6b41081534a8ac0cff4354a8..f1a791add799c6004f9f616e5176c5143062284c 100644
|
| --- a/Source/modules/geolocation/GeolocationWatchers.cpp
|
| +++ b/Source/modules/geolocation/GeolocationWatchers.cpp
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "modules/geolocation/GeoNotifier.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void GeolocationWatchers::trace(Visitor* visitor)
|
| {
|
| @@ -73,4 +73,4 @@ void GeolocationWatchers::getNotifiersVector(HeapVector<Member<GeoNotifier> >& c
|
| copyValuesToVector(m_idToNotifierMap, copy);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|