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 { |