| Index: public/web/WebPermissionClient.h
|
| diff --git a/public/web/WebPermissionClient.h b/public/web/WebPermissionClient.h
|
| index abc172abd8a07516daa0087dd946e25a850e158a..2de397cb6bda056174816e871f73636a41c894db 100644
|
| --- a/public/web/WebPermissionClient.h
|
| +++ b/public/web/WebPermissionClient.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebPermissionClient_h
|
| #define WebPermissionClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDocument;
|
| class WebFrame;
|
| @@ -114,6 +114,6 @@ protected:
|
| ~WebPermissionClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|