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

Unified Diff: third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp

Issue 2795413003: Rewrite references to "wtf/" to "platform/wtf/" in platform/fonts. (Closed)
Patch Set: 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/platform/fonts/SimpleFontData.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
index eab79d5d825bee6286ec90bca0732de3b865853e..136998d0b3f5484dc9d93b37b9bdff9796e13c56 100644
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
@@ -29,6 +29,9 @@
#include "platform/fonts/SimpleFontData.h"
+#include <unicode/unorm.h>
+#include <unicode/utf16.h>
+#include <memory>
#include "SkPath.h"
#include "SkTypeface.h"
#include "SkTypes.h"
@@ -36,14 +39,11 @@
#include "platform/fonts/VDMXParser.h"
#include "platform/fonts/skia/SkiaTextMetrics.h"
#include "platform/geometry/FloatRect.h"
-#include "wtf/MathExtras.h"
-#include "wtf/PtrUtil.h"
-#include "wtf/allocator/Partitions.h"
-#include "wtf/text/CharacterNames.h"
-#include "wtf/text/Unicode.h"
-#include <memory>
-#include <unicode/unorm.h>
-#include <unicode/utf16.h>
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/PtrUtil.h"
+#include "platform/wtf/allocator/Partitions.h"
+#include "platform/wtf/text/CharacterNames.h"
+#include "platform/wtf/text/Unicode.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698