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

Unified Diff: net/quic/chromium/crypto/channel_id_chromium.cc

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/crypto/channel_id_chromium.h ('k') | net/quic/chromium/crypto/proof_source_chromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/crypto/channel_id_chromium.cc
diff --git a/net/quic/chromium/crypto/channel_id_chromium.cc b/net/quic/chromium/crypto/channel_id_chromium.cc
index f91f466aa8cac1a232afe90278c34a597e12a722..c451d893df0735f3814ae69553b2dca3cf0ada65 100644
--- a/net/quic/chromium/crypto/channel_id_chromium.cc
+++ b/net/quic/chromium/crypto/channel_id_chromium.cc
@@ -23,7 +23,7 @@ ChannelIDKeyChromium::ChannelIDKeyChromium(
ChannelIDKeyChromium::~ChannelIDKeyChromium() {}
-bool ChannelIDKeyChromium::Sign(base::StringPiece signed_data,
+bool ChannelIDKeyChromium::Sign(QuicStringPiece signed_data,
std::string* out_signature) const {
std::unique_ptr<crypto::ECSignatureCreator> sig_creator(
crypto::ECSignatureCreator::Create(ec_private_key_.get()));
« no previous file with comments | « net/quic/chromium/crypto/channel_id_chromium.h ('k') | net/quic/chromium/crypto/proof_source_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698