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

Unified Diff: third_party/WebKit/Source/core/paint/LayerHitTestRects.h

Issue 2817663002: Rewrite references to "wtf/" to "platform/wtf/" in core/paint. (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/paint/LayerHitTestRects.h
diff --git a/third_party/WebKit/Source/core/paint/LayerHitTestRects.h b/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
index 65aaf2331e390b59c1e732afab9e6ae1c2056b41..cd4856919a49ddf4713750bc8cd0157d4ecde9f5 100644
--- a/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
+++ b/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
@@ -6,8 +6,8 @@
#define LayerHitTestRects_h
#include "platform/geometry/LayoutRect.h"
-#include "wtf/HashMap.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/Vector.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698