| Index: Source/web/WebGeolocationPermissionRequest.cpp
|
| diff --git a/Source/web/WebGeolocationPermissionRequest.cpp b/Source/web/WebGeolocationPermissionRequest.cpp
|
| index eb4959e0b43db7dfcebab7ae12f822aecb2ba6a7..912493e92101f0bbe34b47d804e1d9a9a15374e6 100644
|
| --- a/Source/web/WebGeolocationPermissionRequest.cpp
|
| +++ b/Source/web/WebGeolocationPermissionRequest.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "public/platform/WebURL.h"
|
| #include "public/web/WebSecurityOrigin.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
|
|