| Index: Source/web/NotificationPresenterImpl.h
|
| diff --git a/Source/web/NotificationPresenterImpl.h b/Source/web/NotificationPresenterImpl.h
|
| index a116ffad49f2452d6bec0f34527ca34a1f455103..e47223599d94585d0e09cb1b58ae7e20c0a76926 100644
|
| --- a/Source/web/NotificationPresenterImpl.h
|
| +++ b/Source/web/NotificationPresenterImpl.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/HashMap.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebNotificationPresenter;
|
|
|
| @@ -65,6 +65,6 @@ private:
|
| WebNotificationPresenter* m_presenter;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // NotificationPresenterImpl_h
|
|
|