Index: Source/modules/geolocation/PositionOptions.h |
diff --git a/Source/modules/geolocation/PositionOptions.h b/Source/modules/geolocation/PositionOptions.h |
index eaec44864a3abe6b50e531b5fd7b380a76fda27f..8bd11d658f6e50696a7029450d002739b1cec30a 100644 |
--- a/Source/modules/geolocation/PositionOptions.h |
+++ b/Source/modules/geolocation/PositionOptions.h |
@@ -28,7 +28,7 @@ |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Dictionary; |
@@ -49,6 +49,6 @@ private: |
unsigned m_timeout; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PositionOptions_h |