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

Unified Diff: content/renderer/media/crypto/key_systems_info.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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/renderer/media/crypto/key_systems.cc ('k') | content/renderer/media/crypto/key_systems_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/crypto/key_systems_info.h
diff --git a/content/renderer/media/crypto/key_systems_info.h b/content/renderer/media/crypto/key_systems_info.h
index 086c318e25000acd2117f69f0a4595b8dde67b38..e121e82cdb649ffa91417df7023df225246a3821 100644
--- a/content/renderer/media/crypto/key_systems_info.h
+++ b/content/renderer/media/crypto/key_systems_info.h
@@ -7,7 +7,7 @@
#include <string>
-namespace WebKit {
+namespace blink {
class WebString;
}
@@ -17,7 +17,7 @@ namespace content {
// This function can be called frequently. Hence this function should be
// implemented not to impact performance and does not rely on the main
// key system map.
-std::string KeySystemNameForUMAInternal(const WebKit::WebString& key_system);
+std::string KeySystemNameForUMAInternal(const blink::WebString& key_system);
} // namespace content
« no previous file with comments | « content/renderer/media/crypto/key_systems.cc ('k') | content/renderer/media/crypto/key_systems_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698