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

Unified Diff: third_party/WebKit/Source/platform/fonts/opentype/FontSettings.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/opentype/FontSettings.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
index 6759f2316b1ed5b1290c7324838ce58ea647898c..336aedbad8f89f4d8b79ff07906dad0715260212 100644
--- a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
+++ b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.cpp
@@ -4,10 +4,10 @@
#include "platform/fonts/opentype/FontSettings.h"
-#include "wtf/HashFunctions.h"
-#include "wtf/StringHasher.h"
-#include "wtf/text/AtomicStringHash.h"
-#include "wtf/text/StringHash.h"
+#include "platform/wtf/HashFunctions.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/text/AtomicStringHash.h"
+#include "platform/wtf/text/StringHash.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698