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

Unified Diff: media/crypto/aes_decryptor.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-run on ToT, revert third_party changes and fix vexing parses. Created 7 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
Index: media/crypto/aes_decryptor.cc
diff --git a/media/crypto/aes_decryptor.cc b/media/crypto/aes_decryptor.cc
index e214b06852833b96ad985c53d7f0a107c895f3c9..430568cbaea30a2ed9f8c4ba61680a70fee0d950 100644
--- a/media/crypto/aes_decryptor.cc
+++ b/media/crypto/aes_decryptor.cc
@@ -152,7 +152,7 @@ bool AesDecryptor::GenerateKeyRequest(const std::string& key_system,
init_data_length);
}
- key_message_cb_.Run(key_system, session_id_string, message, "");
+ key_message_cb_.Run(key_system, session_id_string, message, std::string());
return true;
}

Powered by Google App Engine
This is Rietveld 408576698