| Index: public/web/WebGeolocationClient.h
|
| diff --git a/public/web/WebGeolocationClient.h b/public/web/WebGeolocationClient.h
|
| index 1dfb0cd86df1119a97c6ef6af0ac91d2a99a0ff5..87a1b27a85ce4d490b1c88d29f6d831eaebc551a 100644
|
| --- a/public/web/WebGeolocationClient.h
|
| +++ b/public/web/WebGeolocationClient.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef WebGeolocationClient_h
|
| #define WebGeolocationClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebGeolocationController;
|
| class WebGeolocationPermissionRequest;
|
| class WebGeolocationPosition;
|
| @@ -49,6 +49,6 @@ public:
|
| virtual void setController(WebGeolocationController*) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebGeolocationClient_h
|
|
|