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

Unified Diff: third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h

Issue 2952583002: SafeBrowsing support for WebSocket (post-network-servicification) (Closed)
Patch Set: Share SafeBrowsing interface pointer, and misc fixes Created 3 years, 6 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/public/platform/WebSocketHandshakeThrottle.h
diff --git a/third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h b/third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h
index dfe09e19f8746ed74c2480d0b2f81a068b502076..209026452d1bfc458c0cd51feb430b4aee6b7988 100644
--- a/third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h
+++ b/third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h
@@ -15,7 +15,7 @@
#ifndef WebSocketHandshakeThrottle_h
#define WebSocketHandshakeThrottle_h
-#include "public/platform/WebCallbacks.h"
kinuko 2017/06/21 06:42:42 I think writing this way was preferable (while not
Adam Rice 2017/06/21 07:43:20 Yes. websocket_sb_handshake_throttle.h in //compon
kinuko 2017/06/21 08:59:35 Adding //third_party/WebKit/public:blink_header to
Adam Rice 2017/06/21 09:18:47 I see. It must have got better when I fixed the DE
+#include "WebCallbacks.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698