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

Unified Diff: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.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/linux/FontCacheLinux.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
index a96b8bacd6ee06673d77289d17e95ae51295ba1f..7bfe6630ab12e4a5b43be532471bfa1b5a0f96dc 100644
--- a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
+++ b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
@@ -26,11 +26,11 @@
#include "platform/fonts/FontPlatformData.h"
#include "platform/fonts/SimpleFontData.h"
+#include "platform/wtf/text/CString.h"
+#include "public/platform/Platform.h"
#include "public/platform/linux/WebFallbackFont.h"
#include "public/platform/linux/WebSandboxSupport.h"
-#include "public/platform/Platform.h"
#include "ui/gfx/font_fallback_linux.h"
-#include "wtf/text/CString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698