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

Unified Diff: public/web/WebDOMEvent.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/WebDOMError.h ('k') | public/web/WebDOMEventListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMEvent.h
diff --git a/public/web/WebDOMEvent.h b/public/web/WebDOMEvent.h
index 2ee49325cea1279f716df486039064626e62ce9d..78d9ba363578949dfdbec11044f9823133901c8d 100644
--- a/public/web/WebDOMEvent.h
+++ b/public/web/WebDOMEvent.h
@@ -36,7 +36,7 @@
#include "../platform/WebString.h"
#include "WebNode.h"
-namespace WebCore { class Event; }
+namespace blink { class Event; }
#if BLINK_IMPLEMENTATION
namespace WTF { template <typename T> class PassRefPtr; }
#endif
@@ -92,8 +92,8 @@ public:
BLINK_EXPORT bool isXMLHttpRequestProgressEvent() const;
#if BLINK_IMPLEMENTATION
- WebDOMEvent(const PassRefPtrWillBeRawPtr<WebCore::Event>&);
- operator PassRefPtrWillBeRawPtr<WebCore::Event>() const;
+ WebDOMEvent(const PassRefPtrWillBeRawPtr<blink::Event>&);
+ operator PassRefPtrWillBeRawPtr<blink::Event>() const;
#endif
template<typename T> T to()
@@ -112,7 +112,7 @@ public:
protected:
#if BLINK_IMPLEMENTATION
- void assign(const PassRefPtrWillBeRawPtr<WebCore::Event>&);
+ void assign(const PassRefPtrWillBeRawPtr<blink::Event>&);
template<typename T> T* unwrap()
{
@@ -125,7 +125,7 @@ protected:
}
#endif
- WebPrivatePtr<WebCore::Event> m_private;
+ WebPrivatePtr<blink::Event> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebDOMError.h ('k') | public/web/WebDOMEventListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698