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

Unified Diff: Source/core/platform/chromium/support/WebMediaConstraints.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/core/platform/chromium/support/WebMediaConstraints.cpp
diff --git a/Source/core/platform/chromium/support/WebMediaConstraints.cpp b/Source/core/platform/chromium/support/WebMediaConstraints.cpp
index 828ca30b67022855cf11d652b1dbb3098f052612..adb872cc9b71dac51dd78107ef2fe690d6dadecc 100644
--- a/Source/core/platform/chromium/support/WebMediaConstraints.cpp
+++ b/Source/core/platform/chromium/support/WebMediaConstraints.cpp
@@ -36,7 +36,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebMediaConstraint::WebMediaConstraint(const WebCore::MediaConstraint& other)
: m_name(other.m_name)
@@ -104,5 +104,5 @@ bool WebMediaConstraints::getOptionalConstraintValue(const WebString& name, WebS
return false;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/core/platform/chromium/support/WebCursorInfo.cpp ('k') | Source/core/platform/chromium/support/WebMediaStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698