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

Unified Diff: third_party/WebKit/Source/core/layout/Grid.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/Grid.h
diff --git a/third_party/WebKit/Source/core/layout/Grid.h b/third_party/WebKit/Source/core/layout/Grid.h
index 8431a6f41c92da5ca197fa4409f87a00eea46f15..526a8f060b71f928a956da39058ad1cd4f338b1f 100644
--- a/third_party/WebKit/Source/core/layout/Grid.h
+++ b/third_party/WebKit/Source/core/layout/Grid.h
@@ -8,9 +8,9 @@
#include "core/layout/OrderIterator.h"
#include "core/style/GridArea.h"
#include "core/style/GridPositionsResolver.h"
-#include "wtf/Assertions.h"
-#include "wtf/ListHashSet.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/ListHashSet.h"
+#include "platform/wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/layout/GapRects.h ('k') | third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698