Index: Source/modules/geolocation/CircularRegion.h |
diff --git a/Source/modules/geolocation/CircularRegion.h b/Source/modules/geolocation/CircularRegion.h |
index c84392ef6dc4163a25b8600e953bebf90d760abc..71c83a0cec8a103afff980cd13c16b3807480c28 100644 |
--- a/Source/modules/geolocation/CircularRegion.h |
+++ b/Source/modules/geolocation/CircularRegion.h |
@@ -7,7 +7,7 @@ |
#include "modules/geolocation/GeofencingRegion.h" |
-namespace WebCore { |
+namespace blink { |
class Dictionary; |
@@ -41,6 +41,6 @@ private: |
double m_radius; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |