Index: media/cast/common/transport_encryption_handler.h |
diff --git a/media/cast/common/transport_encryption_handler.h b/media/cast/common/transport_encryption_handler.h |
index d4798dc78b5656728f5d5d9268a96b9dba83a923..d71dc49c35ebb5e75c5df1edf9b539a0292ad64c 100644 |
--- a/media/cast/common/transport_encryption_handler.h |
+++ b/media/cast/common/transport_encryption_handler.h |
@@ -26,7 +26,7 @@ class TransportEncryptionHandler : public base::NonThreadSafe { |
TransportEncryptionHandler(); |
~TransportEncryptionHandler(); |
- bool Initialize(std::string aes_key, std::string aes_iv_mask); |
+ bool Initialize(const std::string& aes_key, const std::string& aes_iv_mask); |
bool Encrypt(uint32 frame_id, |
const base::StringPiece& data, |