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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestingTransformState.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/HitTestingTransformState.h
diff --git a/third_party/WebKit/Source/core/layout/HitTestingTransformState.h b/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
index b80487bb349afb1d23dcc17d26835f0c004c8e04..4321b9dc8794dbf18414839416e93ce12160f2e0 100644
--- a/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
+++ b/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
@@ -31,8 +31,8 @@
#include "platform/geometry/IntSize.h"
#include "platform/transforms/AffineTransform.h"
#include "platform/transforms/TransformationMatrix.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
+#include "platform/wtf/PassRefPtr.h"
+#include "platform/wtf/RefCounted.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/layout/HitTestResult.h ('k') | third_party/WebKit/Source/core/layout/ImageQualityController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698