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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.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/FontFaceCreationParams.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h b/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h
index 79cb6ab447c246435df8aad6db70ff5667ab8860..3e47d4e81e465227f2f48bc7aa5206ce154cc453 100644
--- a/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h
+++ b/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h
@@ -31,11 +31,11 @@
#ifndef FontFaceCreationParams_h
#define FontFaceCreationParams_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/StringHasher.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/StringHash.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/text/AtomicString.h"
+#include "platform/wtf/text/StringHash.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698