Index: public/web/WebNotification.h |
diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h |
index 7194602f5c93c4466772012fba4b1678f130fc5a..094e5b448081fdc3f7229a4bfe6dc4c589c3258c 100644 |
--- a/public/web/WebNotification.h |
+++ b/public/web/WebNotification.h |
@@ -35,7 +35,7 @@ |
#include "WebTextDirection.h" |
#if BLINK_IMPLEMENTATION |
-namespace WebCore { class NotificationBase; } |
+namespace WebCore { class Notification; } |
namespace WTF { template <typename T> class PassRefPtr; } |
#endif |
@@ -98,9 +98,9 @@ public: |
BLINK_EXPORT void dispatchClickEvent(); |
#if BLINK_IMPLEMENTATION |
- WebNotification(const WTF::PassRefPtr<WebCore::NotificationBase>&); |
- WebNotification& operator=(const WTF::PassRefPtr<WebCore::NotificationBase>&); |
- operator WTF::PassRefPtr<WebCore::NotificationBase>() const; |
+ WebNotification(const WTF::PassRefPtr<WebCore::Notification>&); |
+ WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&); |
+ operator WTF::PassRefPtr<WebCore::Notification>() const; |
#endif |
private: |