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 |