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

Unified Diff: content/renderer/media/crypto/proxy_decryptor.cc

Issue 89243003: Move EmptyString, kWhitespace and the BOM to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/common/android/address_parser_unittest.cc ('k') | extensions/browser/file_highlighter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/crypto/proxy_decryptor.cc
diff --git a/content/renderer/media/crypto/proxy_decryptor.cc b/content/renderer/media/crypto/proxy_decryptor.cc
index 810566919787140c2e2b84a5fe828de517a81096..3bcfdcfcb87633482d5988f33a1db3f9d427539c 100644
--- a/content/renderer/media/crypto/proxy_decryptor.cc
+++ b/content/renderer/media/crypto/proxy_decryptor.cc
@@ -255,7 +255,7 @@ const std::string& ProxyDecryptor::LookupSessionId(uint32 reference_id) {
// Session may not exist if error happens during GenerateKeyRequest().
SessionIdMap::iterator it = sessions_.find(reference_id);
- return (it != sessions_.end()) ? it->second : EmptyString();
+ return (it != sessions_.end()) ? it->second : base::EmptyString();
}
} // namespace content
« no previous file with comments | « content/common/android/address_parser_unittest.cc ('k') | extensions/browser/file_highlighter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698