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

Unified Diff: third_party/WebKit/Source/platform/weborigin/Referrer.h

Issue 2803603004: Rewrite references to "wtf/" to "platform/wtf/" in platform/weborigin. (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/weborigin/Referrer.h
diff --git a/third_party/WebKit/Source/platform/weborigin/Referrer.h b/third_party/WebKit/Source/platform/weborigin/Referrer.h
index 96e8bcac210e89ab6d9bb6d9b7d4e07f079e5fa4..e4b7d0ff143fc052e08982bcd94bda2ffd5cd508 100644
--- a/third_party/WebKit/Source/platform/weborigin/Referrer.h
+++ b/third_party/WebKit/Source/platform/weborigin/Referrer.h
@@ -33,8 +33,8 @@
#include "platform/weborigin/KURL.h"
#include "platform/weborigin/ReferrerPolicy.h"
-#include "wtf/Allocator.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698