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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.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/shaping/ShapeCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
index 6a7c1db718fdcfc95b6cc148e38966ba0eff6b2b..dde7aebf8f03e4bf121761af34dfdb088d9e6b8e 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
@@ -29,12 +29,12 @@
#include "platform/fonts/shaping/ShapeResult.h"
#include "platform/text/TextRun.h"
-#include "wtf/Forward.h"
-#include "wtf/HashFunctions.h"
-#include "wtf/HashSet.h"
-#include "wtf/HashTableDeletedValueType.h"
-#include "wtf/StringHasher.h"
-#include "wtf/WeakPtr.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/HashFunctions.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/HashTableDeletedValueType.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/WeakPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698