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

Unified Diff: third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h

Issue 2799593002: Rewrite references to "wtf/" to "platform/wtf/" in platform/network. (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/network/WebSocketHandshakeResponse.h
diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
index 063e38c8bac0f7e9517b78cec95cfd0086bcce35..23ad35b885c24badafe910e07739321c78619750 100644
--- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
+++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
@@ -32,8 +32,8 @@
#define WebSocketHandshakeResponse_h
#include "platform/network/HTTPHeaderMap.h"
-#include "wtf/Forward.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698