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

Unified Diff: third_party/WebKit/Source/core/events/DOMWindowEventQueue.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
« no previous file with comments | « third_party/WebKit/Source/core/editing/DEPS ('k') | third_party/WebKit/Source/core/events/ErrorEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
diff --git a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
index b029051ebb58aa25a8f4bf94fbac107c591b9e7e..466902634c1d75632913691207ac40333bdc5193 100644
--- a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
+++ b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
@@ -28,8 +28,8 @@
#define DOMWindowEventQueue_h
#include "core/events/EventQueue.h"
-#include "wtf/HashSet.h"
-#include "wtf/ListHashSet.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/ListHashSet.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/editing/DEPS ('k') | third_party/WebKit/Source/core/events/ErrorEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698