Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: public/web/WebNotification.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebNodeList.h ('k') | public/web/WebOptionElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNotification.h
diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h
index 1b9587a7cd2d1b82748bcca62563b267895f5a26..d2b804e2723e45c3df4e556f88c2040d9ffae7ff 100644
--- a/public/web/WebNotification.h
+++ b/public/web/WebNotification.h
@@ -36,7 +36,7 @@
#include "../platform/WebString.h"
#include "WebTextDirection.h"
-namespace WebCore { class Notification; }
+namespace blink { class Notification; }
#if BLINK_IMPLEMENTATION
namespace WTF { template <typename T> class PassRefPtr; }
@@ -93,12 +93,12 @@ public:
void dispatchDisplayEvent() { dispatchShowEvent(); }
#if BLINK_IMPLEMENTATION
- WebNotification(WebCore::Notification*);
- WebNotification& operator=(WebCore::Notification*);
+ WebNotification(blink::Notification*);
+ WebNotification& operator=(blink::Notification*);
#endif
private:
- WebPrivatePtr<WebCore::Notification> m_private;
+ WebPrivatePtr<blink::Notification> m_private;
};
inline bool operator==(const WebNotification& a, const WebNotification& b)
« no previous file with comments | « public/web/WebNodeList.h ('k') | public/web/WebOptionElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698