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

Unified Diff: third_party/WebKit/Source/platform/text/Character.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/platform/text/Character.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp
similarity index 99%
rename from third_party/WebKit/Source/platform/fonts/Character.cpp
rename to third_party/WebKit/Source/platform/text/Character.cpp
index e95bc13c06d5d9e5c1e6c1eaaa560c7d687abff5..d59ae41bc44208c07db8df3094325d7b513bf6db 100644
--- a/third_party/WebKit/Source/platform/fonts/Character.cpp
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/fonts/Character.h"
+#include "platform/text/Character.h"
#include "wtf/StdLibExtras.h"
#include "wtf/text/StringBuilder.h"
« no previous file with comments | « third_party/WebKit/Source/platform/text/Character.h ('k') | third_party/WebKit/Source/platform/text/CharacterEmoji.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698