| Index: Source/modules/geolocation/NavigatorGeolocation.h
|
| diff --git a/Source/modules/geolocation/NavigatorGeolocation.h b/Source/modules/geolocation/NavigatorGeolocation.h
|
| index df8fd9a22f08568f5c19fcac7225955c1736166b..b8ec63d665d83f7d9c7c79689d39cec0456bd9af 100644
|
| --- a/Source/modules/geolocation/NavigatorGeolocation.h
|
| +++ b/Source/modules/geolocation/NavigatorGeolocation.h
|
| @@ -24,7 +24,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class LocalFrame;
|
| class Geolocation;
|
| @@ -48,6 +48,6 @@ private:
|
| mutable PersistentWillBeMember<Geolocation> m_geolocation;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // NavigatorGeolocation_h
|
|
|