Index: Source/modules/geolocation/Geolocation.h |
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h |
index caa59adbbcc89f07a7f81df7de4ad54aa8c82876..f904ab5e5592452a927f0e5e96139be5e2befca9 100644 |
--- a/Source/modules/geolocation/Geolocation.h |
+++ b/Source/modules/geolocation/Geolocation.h |
@@ -39,7 +39,7 @@ |
#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Dictionary; |
class Document; |
@@ -207,6 +207,6 @@ private: |
GeoNotifierSet m_requestsAwaitingCachedPosition; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Geolocation_h |