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

Unified Diff: Source/modules/mediastream/NavigatorUserMediaError.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
Index: Source/modules/mediastream/NavigatorUserMediaError.cpp
diff --git a/Source/modules/mediastream/NavigatorUserMediaError.cpp b/Source/modules/mediastream/NavigatorUserMediaError.cpp
index c910bc462d678c80c95c421e537cb47220c50707..2c3d85c0459e33d0b399c447bc6cb7d609d193a4 100644
--- a/Source/modules/mediastream/NavigatorUserMediaError.cpp
+++ b/Source/modules/mediastream/NavigatorUserMediaError.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "modules/mediastream/NavigatorUserMediaError.h"
-namespace WebCore {
+namespace blink {
NavigatorUserMediaError* NavigatorUserMediaError::create(Name name, const String& message, const String& constraintName)
{
@@ -49,4 +49,4 @@ NavigatorUserMediaError* NavigatorUserMediaError::create(Name name, const String
return new NavigatorUserMediaError(nameString, message, constraintName);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/mediastream/NavigatorUserMediaError.h ('k') | Source/modules/mediastream/NavigatorUserMediaErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698