Commit fb80c756 authored by Dianna Hu's avatar Dianna Hu Committed by Commit Bot

Add a SpdyMakeUnique use and an include.

This CL lands server change 185561279 by assar.

BUG=488484

Change-Id: I19a1525a9bfb6ec6b7f01ac163b9044f98f4fbd9
Reviewed-on: https://chromium-review.googlesource.com/937690Reviewed-by: default avatarBence Béky <bnc@chromium.org>
Commit-Queue: Dianna Hu <diannahu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539430}
parent e95218d0
......@@ -804,7 +804,7 @@ void Http2DecoderAdapter::ResetInternal() {
CorruptFrameHeader(&frame_header_);
CorruptFrameHeader(&hpack_first_frame_header_);
frame_decoder_.reset(new Http2FrameDecoder(this));
frame_decoder_ = SpdyMakeUnique<Http2FrameDecoder>(this);
hpack_decoder_ = nullptr;
}
......
......@@ -8,6 +8,7 @@
#include "net/spdy/core/spdy_bug_tracker.h"
#include "net/spdy/platform/api/spdy_flags.h"
#include "net/spdy/platform/api/spdy_ptr_util.h"
namespace net {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment