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

Unified Diff: Source/modules/mediastream/MediaDeviceInfo.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/modules/mediastream/MediaDeviceInfo.h ('k') | Source/modules/mediastream/MediaDeviceInfoCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaDeviceInfo.cpp
diff --git a/Source/modules/mediastream/MediaDeviceInfo.cpp b/Source/modules/mediastream/MediaDeviceInfo.cpp
index 9144d52b31ac3d240c71eee14a40574fa43541ef..b1039a12e5cd77f21cf009ba2dd21b5f5f52499b 100644
--- a/Source/modules/mediastream/MediaDeviceInfo.cpp
+++ b/Source/modules/mediastream/MediaDeviceInfo.cpp
@@ -28,7 +28,7 @@
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
MediaDeviceInfo* MediaDeviceInfo::create(const blink::WebMediaDeviceInfo& webMediaDeviceInfo)
{
@@ -71,4 +71,4 @@ String MediaDeviceInfo::groupId() const
return m_webMediaDeviceInfo.groupId();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/mediastream/MediaDeviceInfo.h ('k') | Source/modules/mediastream/MediaDeviceInfoCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698