Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebGeolocationError.cpp
index 7930bb2..dcd6cb0 100644 (file)
@@ -29,8 +29,6 @@
 #include "modules/geolocation/GeolocationError.h"
 #include "public/platform/WebString.h"
 
-using namespace WebCore;
-
 namespace blink {
 
 void WebGeolocationError::assign(Error code, const WebString& message)
@@ -64,4 +62,4 @@ WebGeolocationError::operator GeolocationError*() const
     return m_private.get();
 }
 
-}
+} // namespace blink