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

Unified Diff: third_party/WebKit/Source/core/events/EventListenerMap.h

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
Index: third_party/WebKit/Source/core/events/EventListenerMap.h
diff --git a/third_party/WebKit/Source/core/events/EventListenerMap.h b/third_party/WebKit/Source/core/events/EventListenerMap.h
index c36767dfc07d5e3ec6cfb257d308386414e2ee62..ca45eb0cc01d35e13ba186068e00e7ee6a48089b 100644
--- a/third_party/WebKit/Source/core/events/EventListenerMap.h
+++ b/third_party/WebKit/Source/core/events/EventListenerMap.h
@@ -37,8 +37,8 @@
#include "core/events/AddEventListenerOptionsResolved.h"
#include "core/events/EventListenerOptions.h"
#include "core/events/RegisteredEventListener.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/text/AtomicStringHash.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/text/AtomicStringHash.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/events/EventListener.h ('k') | third_party/WebKit/Source/core/events/EventListenerMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698