| Index: Source/modules/mediastream/URLMediaStream.h
|
| diff --git a/Source/modules/mediastream/URLMediaStream.h b/Source/modules/mediastream/URLMediaStream.h
|
| index 1c1dc89eacd0d32a9f3d6f7dac0a2bcdd6a67d4b..09c96523da07155157a24a07acb7e165f57f231d 100644
|
| --- a/Source/modules/mediastream/URLMediaStream.h
|
| +++ b/Source/modules/mediastream/URLMediaStream.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class MediaStream;
|
| class ExecutionContext;
|
| @@ -43,6 +43,6 @@ public:
|
| static String createObjectURL(ExecutionContext*, MediaStream*);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|