summaryrefslogtreecommitdiff
path: root/chromium/net/spdy/spdy_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/spdy/spdy_stream.h')
-rw-r--r--chromium/net/spdy/spdy_stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/net/spdy/spdy_stream.h b/chromium/net/spdy/spdy_stream.h
index fb69c4b9f20..7b453723e23 100644
--- a/chromium/net/spdy/spdy_stream.h
+++ b/chromium/net/spdy/spdy_stream.h
@@ -25,8 +25,8 @@
#include "net/socket/ssl_client_socket.h"
#include "net/spdy/spdy_buffer.h"
#include "net/ssl/ssl_client_cert_type.h"
+#include "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.h"
#include "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.h"
-#include "net/third_party/quiche/src/quiche/spdy/core/spdy_header_block.h"
#include "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
#include "url/gurl.h"
@@ -73,7 +73,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
// Delegate handles protocol specific behavior of spdy stream.
class NET_EXPORT_PRIVATE Delegate {
public:
- Delegate() {}
+ Delegate() = default;
Delegate(const Delegate&) = delete;
Delegate& operator=(const Delegate&) = delete;
@@ -127,7 +127,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
virtual NetLogSource source_dependency() const = 0;
protected:
- virtual ~Delegate() {}
+ virtual ~Delegate() = default;
};
// SpdyStream constructor