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

Unified Diff: third_party/WebKit/Source/core/layout/ng/inline/ng_layout_inline_items_builder.h

Issue 2809363002: Rewrite references to "wtf/" to "platform/wtf/" in core/layout. (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/core/layout/ng/inline/ng_layout_inline_items_builder.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_layout_inline_items_builder.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_layout_inline_items_builder.h
index c151df5f32b00b277612485239bfe8c141330a6f..79972a45ee5878005c5634dd79abf7d7bf61d574 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_layout_inline_items_builder.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_layout_inline_items_builder.h
@@ -7,10 +7,10 @@
#include "core/CoreExport.h"
#include "core/layout/ng/inline/ng_inline_node.h"
-#include "wtf/Allocator.h"
-#include "wtf/Vector.h"
-#include "wtf/text/StringBuilder.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/text/StringBuilder.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698