| Index: public/web/WebNotificationPermissionCallback.h
|
| diff --git a/public/web/WebNotificationPermissionCallback.h b/public/web/WebNotificationPermissionCallback.h
|
| index 07e85eede0018b70a77e38c20b0de3f45d4edb2d..e1d326131f54c9c32e18371b86386d447531ecf2 100644
|
| --- a/public/web/WebNotificationPermissionCallback.h
|
| +++ b/public/web/WebNotificationPermissionCallback.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebNotificationPermissionCallback_h
|
| #define WebNotificationPermissionCallback_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Callback object used with WebNotificationPresenter.
|
| class WebNotificationPermissionCallback {
|
| @@ -46,6 +46,6 @@ protected:
|
| ~WebNotificationPermissionCallback() {}
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|