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

Unified Diff: third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.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/TableLayoutAlgorithmFixed.h
diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
index d12e6e2b5eb2027e5e49566607b8b02ef8752f69..8e10a49b6fd3882079e9cad89f028a50baede47c 100644
--- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
+++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
@@ -23,7 +23,7 @@
#include "core/layout/TableLayoutAlgorithm.h"
#include "platform/Length.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/Vector.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698