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

Unified Diff: third_party/WebKit/Source/platform/loader/LinkHeader.cpp

Issue 2797983002: Rewrite references to "wtf/" to "platform/wtf/" in platform/loader. (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/platform/loader/LinkHeader.cpp
diff --git a/third_party/WebKit/Source/platform/loader/LinkHeader.cpp b/third_party/WebKit/Source/platform/loader/LinkHeader.cpp
index 5b0c7de24901468fd5a9797db5b03ee171c03a1a..f9db99df736380c08a24e929e476bc3d06731493 100644
--- a/third_party/WebKit/Source/platform/loader/LinkHeader.cpp
+++ b/third_party/WebKit/Source/platform/loader/LinkHeader.cpp
@@ -6,7 +6,7 @@
#include "base/strings/string_util.h"
#include "components/link_header_util/link_header_util.h"
-#include "wtf/text/ParsingUtilities.h"
+#include "platform/wtf/text/ParsingUtilities.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698