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

Unified Diff: net/spdy/core/spdy_header_indexing_test.cc

Issue 2840563003: Implement SpdyMakeUnique and SpdyWrapUnique. (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
« no previous file with comments | « net/spdy/core/spdy_header_block.cc ('k') | net/spdy/core/spdy_pinnable_buffer_piece.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_header_indexing_test.cc
diff --git a/net/spdy/core/spdy_header_indexing_test.cc b/net/spdy/core/spdy_header_indexing_test.cc
index 62de2553a027dcbee419444e091a73faf8b27b4e..724bba4124a20b4f2069378561d72e065ab95856 100644
--- a/net/spdy/core/spdy_header_indexing_test.cc
+++ b/net/spdy/core/spdy_header_indexing_test.cc
@@ -5,6 +5,7 @@
#include "net/spdy/core/spdy_header_indexing.h"
#include "base/memory/ptr_util.h"
+#include "net/spdy/platform/api/spdy_ptr_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/platform_test.h"
@@ -56,7 +57,7 @@ class SpdyHeaderIndexingTest : public ::testing::Test {
SpdyHeaderIndexingTest() {
FLAGS_gfe_spdy_indexing_set_bound = 3;
FLAGS_gfe_spdy_tracking_set_bound = 4;
- hi_ = base::MakeUnique<HeaderIndexingPeer>();
+ hi_ = SpdyMakeUnique<HeaderIndexingPeer>();
hi_->CreateTestInit();
}
void SetUp() override {
« no previous file with comments | « net/spdy/core/spdy_header_block.cc ('k') | net/spdy/core/spdy_pinnable_buffer_piece.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698