| Index: public/web/WebNotificationPresenter.h
|
| diff --git a/public/web/WebNotificationPresenter.h b/public/web/WebNotificationPresenter.h
|
| index 84d0c1a7935b5b25215f1b9b58a02037efa6085b..4249d04341b744ee48849ec8976ebe4d7b73bb8b 100644
|
| --- a/public/web/WebNotificationPresenter.h
|
| +++ b/public/web/WebNotificationPresenter.h
|
| @@ -35,7 +35,7 @@
|
| #include "WebNotificationPermissionCallback.h"
|
| #include "WebSecurityOrigin.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDocument;
|
| class WebNotification;
|
| @@ -68,6 +68,6 @@ public:
|
| virtual void requestPermission(const WebSecurityOrigin&, WebNotificationPermissionCallback*) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|