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

Unified Diff: net/quic/chromium/quic_stream_factory.h

Issue 2740453006: Add QuicStringPiece which is actually StringPiece. (Closed)
Patch Set: fix compile error and rebase Created 3 years, 9 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/quic/chromium/quic_network_transaction_unittest.cc ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_stream_factory.h
diff --git a/net/quic/chromium/quic_stream_factory.h b/net/quic/chromium/quic_stream_factory.h
index 966f3b278e3aef3ee24d5246ec762ebb9a2fb449..114c25e3979d9a12d12e94e9fe8b78c42ddba612 100644
--- a/net/quic/chromium/quic_stream_factory.h
+++ b/net/quic/chromium/quic_stream_factory.h
@@ -39,6 +39,7 @@
#include "net/quic/core/quic_crypto_stream.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_server_id.h"
+#include "net/quic/platform/api/quic_string_piece.h"
#include "net/ssl/ssl_config_service.h"
namespace base {
@@ -119,7 +120,7 @@ class NET_EXPORT_PRIVATE QuicStreamRequest {
PrivacyMode privacy_mode,
int cert_verify_flags,
const GURL& url,
- base::StringPiece method,
+ QuicStringPiece method,
const NetLogWithSource& net_log,
const CompletionCallback& callback);
@@ -246,7 +247,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
const HostPortPair& destination,
int cert_verify_flags,
const GURL& url,
- base::StringPiece method,
+ QuicStringPiece method,
const NetLogWithSource& net_log,
QuicStreamRequest* request);
« no previous file with comments | « net/quic/chromium/quic_network_transaction_unittest.cc ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698