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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.cpp

Issue 2813863003: Rewrite references to "wtf/" to "platform/wtf/" in core/css and core/style. (Closed)
Patch Set: Rebase. 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/css/cssom/CSSMatrixComponent.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.cpp
index 31cd6294c313e05939931ca33b919d494c32e132..bb4783b3a0bd4ef643be1ccce4ce98c513a835bc 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.cpp
@@ -7,7 +7,7 @@
#include <cmath>
#include <memory>
#include "core/css/CSSPrimitiveValue.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSNumberValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698