Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebGeolocationPermissionRequestManager.cpp
index fb45a1e..6f217cd 100644 (file)
@@ -30,9 +30,9 @@
 #include "public/web/WebGeolocationPermissionRequest.h"
 #include "wtf/HashMap.h"
 
-namespace blink {
+using namespace blink;
 
-using namespace WebCore;
+namespace blink {
 
 typedef PersistentHeapHashMap<Member<Geolocation>, int> GeolocationIdMap;
 typedef PersistentHeapHashMap<int, Member<Geolocation> > IdGeolocationMap;