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

Unified Diff: Source/web/EventListenerWrapper.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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 | « Source/web/EditorClientImpl.cpp ('k') | Source/web/EventListenerWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/EventListenerWrapper.h
diff --git a/Source/web/EventListenerWrapper.h b/Source/web/EventListenerWrapper.h
index 1b5007e5e23f655e38f368be5821735b95285b6f..129183b26a5f6f7a6375502c8331ec8af2b881f8 100644
--- a/Source/web/EventListenerWrapper.h
+++ b/Source/web/EventListenerWrapper.h
@@ -33,7 +33,7 @@
#include "core/events/EventListener.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
}
@@ -43,13 +43,13 @@ class WebDOMEventListener;
// FIXME: Remove the DeprecatedEventListenerWrapper class below once Chromium
// switched to using WebDOMEvent.
-class EventListenerWrapper FINAL : public WebCore::EventListener {
+class EventListenerWrapper FINAL : public blink::EventListener {
public:
EventListenerWrapper(WebDOMEventListener*);
virtual ~EventListenerWrapper();
- virtual bool operator==(const WebCore::EventListener&) OVERRIDE;
- virtual void handleEvent(WebCore::ExecutionContext*, WebCore::Event*) OVERRIDE;
+ virtual bool operator==(const blink::EventListener&) OVERRIDE;
+ virtual void handleEvent(blink::ExecutionContext*, blink::Event*) OVERRIDE;
void webDOMEventListenerDeleted();
« no previous file with comments | « Source/web/EditorClientImpl.cpp ('k') | Source/web/EventListenerWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698