Index: Source/web/WebGeolocationPermissionRequest.cpp |
diff --git a/Source/web/WebGeolocationPermissionRequest.cpp b/Source/web/WebGeolocationPermissionRequest.cpp |
index 912493e92101f0bbe34b47d804e1d9a9a15374e6..090de4b4bd1f20f5a338b9b0e49d54eb462e3486 100644 |
--- a/Source/web/WebGeolocationPermissionRequest.cpp |
+++ b/Source/web/WebGeolocationPermissionRequest.cpp |
@@ -32,8 +32,6 @@ |
#include "public/platform/WebURL.h" |
#include "public/web/WebSecurityOrigin.h" |
-using namespace blink; |
- |
namespace blink { |
WebGeolocationPermissionRequest::WebGeolocationPermissionRequest(Geolocation* geolocation) |
@@ -56,4 +54,4 @@ void WebGeolocationPermissionRequest::setIsAllowed(bool allowed) |
m_private->setIsAllowed(allowed); |
} |
-} |
+} // namespace blink |