| Index: Source/modules/geolocation/Geoposition.h
|
| diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h
|
| index 619d862312e1515f35f70873ffa52c04d9737881..cd29792b1ec63385b24dab6e7c0f41c3f763c2a0 100644
|
| --- a/Source/modules/geolocation/Geoposition.h
|
| +++ b/Source/modules/geolocation/Geoposition.h
|
| @@ -31,7 +31,7 @@
|
| #include "modules/geolocation/Coordinates.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Geoposition : public GarbageCollectedFinalized<Geoposition>, public ScriptWrappable {
|
| public:
|
| @@ -61,6 +61,6 @@ private:
|
| DOMTimeStamp m_timestamp;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Geoposition_h
|
|
|