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

Unified Diff: third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp

Issue 1847853004: Move Character.h from platform/fonts to platform/text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 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/editing/state_machines/BackspaceStateMachine.cpp
diff --git a/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp b/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
index 28cfb38c1aa885a1dc0b6960663d37a9246085bc..3ea60fba74d0f4a27eb9c89fc44c8524d9cab957 100644
--- a/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
+++ b/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
@@ -4,8 +4,7 @@
#include "core/editing/state_machines/BackspaceStateMachine.h"
-// TODO(nona):Move Character.h to platform/text
-#include "platform/fonts/Character.h"
+#include "platform/text/Character.h"
#include "wtf/text/CharacterNames.h"
#include "wtf/text/Unicode.h"
#include <ostream> // NOLINT

Powered by Google App Engine
This is Rietveld 408576698