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

Unified Diff: Source/modules/mediastream/NavigatorUserMediaError.h

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.h
diff --git a/Source/modules/mediastream/NavigatorUserMediaError.h b/Source/modules/mediastream/NavigatorUserMediaError.h
index 49fda8f8e6a101ff416941cf5d082c53666ae2b7..39782d592a69226aaf9601702d302cdfd4020088 100644
--- a/Source/modules/mediastream/NavigatorUserMediaError.h
+++ b/Source/modules/mediastream/NavigatorUserMediaError.h
@@ -28,7 +28,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class NavigatorUserMediaError FINAL : public GarbageCollectedFinalized<NavigatorUserMediaError>, public ScriptWrappable {
public:
@@ -62,6 +62,6 @@ private:
String m_constraintName;
};
-} // namespace WebCore
+} // namespace blink
#endif // NavigatorUserMediaError_h
« no previous file with comments | « Source/modules/mediastream/NavigatorMediaStream.cpp ('k') | Source/modules/mediastream/NavigatorUserMediaError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698