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

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

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.h
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
index a97077315ad5a22af6b89fc643fbed77763d4498..67b194ce87b398f6b859d5ebf7e6629d8a6cca13 100644
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
@@ -24,6 +24,8 @@
#ifndef SimpleFontData_h
#define SimpleFontData_h
+#include <SkPaint.h>
+#include <memory>
#include "platform/PlatformExport.h"
#include "platform/fonts/CustomFontData.h"
#include "platform/fonts/FontBaseline.h"
@@ -33,10 +35,8 @@
#include "platform/fonts/TypesettingFeatures.h"
#include "platform/fonts/opentype/OpenTypeVerticalData.h"
#include "platform/geometry/FloatRect.h"
-#include "wtf/PtrUtil.h"
-#include "wtf/text/StringHash.h"
-#include <SkPaint.h>
-#include <memory>
+#include "platform/wtf/PtrUtil.h"
+#include "platform/wtf/text/StringHash.h"
#if OS(MACOSX)
#include "platform/fonts/GlyphMetricsMap.h"

Powered by Google App Engine
This is Rietveld 408576698