| Index: Source/modules/geolocation/GeolocationWatchers.h
|
| diff --git a/Source/modules/geolocation/GeolocationWatchers.h b/Source/modules/geolocation/GeolocationWatchers.h
|
| index 20ca5492669fc15020c234d5b060a7a353412023..ab6519574ed5e29faba0eb4d7917ee116a87d63f 100644
|
| --- a/Source/modules/geolocation/GeolocationWatchers.h
|
| +++ b/Source/modules/geolocation/GeolocationWatchers.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class GeoNotifier;
|
|
|
| @@ -36,6 +36,6 @@ private:
|
| NotifierToIdMap m_notifierToIdMap;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GeolocationWatchers_h
|
|
|