Index: Source/web/WebGeolocationError.cpp |
diff --git a/Source/web/WebGeolocationError.cpp b/Source/web/WebGeolocationError.cpp |
index 9bf50d86eeca11c574b74da1c7f2a8658a28613c..dcd6cb0bc32a8ee49973488ea926f3ffbdd6a653 100644 |
--- a/Source/web/WebGeolocationError.cpp |
+++ b/Source/web/WebGeolocationError.cpp |
@@ -29,8 +29,6 @@ |
#include "modules/geolocation/GeolocationError.h" |
#include "public/platform/WebString.h" |
-using namespace blink; |
- |
namespace blink { |
void WebGeolocationError::assign(Error code, const WebString& message) |
@@ -64,4 +62,4 @@ WebGeolocationError::operator GeolocationError*() const |
return m_private.get(); |
} |
-} |
+} // namespace blink |