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

Unified Diff: net/spdy/core/spdy_deframer_visitor.h

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/mock_spdy_framer_visitor.h ('k') | net/spdy/core/spdy_deframer_visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_deframer_visitor.h
diff --git a/net/spdy/core/spdy_deframer_visitor.h b/net/spdy/core/spdy_deframer_visitor.h
index af562534f3b11965075c74cf88efa3dbda3ff3ee..799137e71079648bff6f7918089ca682775ca821 100644
--- a/net/spdy/core/spdy_deframer_visitor.h
+++ b/net/spdy/core/spdy_deframer_visitor.h
@@ -32,7 +32,7 @@
// // Create your visitor, a subclass of SpdyDeframerVisitorInterface.
// // For example, using DeframerCallbackCollector to collect frames:
// std::vector<CollectedFrame> collected_frames;
-// auto your_visitor = gtl::MakeUnique<DeframerCallbackCollector>(
+// auto your_visitor = SpdyMakeUnique<DeframerCallbackCollector>(
// &collected_frames);
//
// // Transfer ownership of your visitor to the converter, which ensures that
« no previous file with comments | « net/spdy/core/mock_spdy_framer_visitor.h ('k') | net/spdy/core/spdy_deframer_visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698