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

Unified Diff: third_party/WebKit/Source/core/input/KeyboardEventManager.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/input/KeyboardEventManager.h
diff --git a/third_party/WebKit/Source/core/input/KeyboardEventManager.h b/third_party/WebKit/Source/core/input/KeyboardEventManager.h
index cb21fd6e96dcec619f583193f28e3827ff908509..7b148bb5eba6e8350812a8c752c4641bc5847195 100644
--- a/third_party/WebKit/Source/core/input/KeyboardEventManager.h
+++ b/third_party/WebKit/Source/core/input/KeyboardEventManager.h
@@ -8,10 +8,10 @@
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/heap/Visitor.h"
+#include "platform/wtf/Allocator.h"
#include "public/platform/WebFocusType.h"
#include "public/platform/WebInputEvent.h"
#include "public/platform/WebInputEventResult.h"
-#include "wtf/Allocator.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.h ('k') | third_party/WebKit/Source/core/input/MouseEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698