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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResources.cpp

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/svg/SVGResources.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
index c05a601321b4e1939870dd1ec18e8f3acc4fd2a3..c26d538198ed88cf21b4ffe5b8b5735f8bdba647 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
@@ -31,7 +31,7 @@
#include "core/svg/SVGPatternElement.h"
#include "core/svg/SVGTreeScopeResources.h"
#include "core/svg/SVGURIReference.h"
-#include "wtf/PtrUtil.h"
+#include "platform/wtf/PtrUtil.h"
#ifndef NDEBUG
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698