Index: Source/modules/geolocation/Coordinates.h |
diff --git a/Source/modules/geolocation/Coordinates.h b/Source/modules/geolocation/Coordinates.h |
index f4b6e975b4938d08446037edd2fd4a2abb291026..7be6ce5e1190b58ce56f67f6dee2af973600275c 100644 |
--- a/Source/modules/geolocation/Coordinates.h |
+++ b/Source/modules/geolocation/Coordinates.h |
@@ -30,7 +30,7 @@ |
#include "modules/EventModules.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Coordinates : public GarbageCollectedFinalized<Coordinates>, public ScriptWrappable { |
public: |
@@ -79,6 +79,6 @@ private: |
bool m_canProvideSpeed; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Coordinates_h |