Index: public/web/WebMediaStreamRegistry.h |
diff --git a/public/web/WebMediaStreamRegistry.h b/public/web/WebMediaStreamRegistry.h |
index 3d16a36e43922577362a5b89ea25edcce0f9eb1c..3c178127d021911559db1635f8169e13bbaae848 100644 |
--- a/public/web/WebMediaStreamRegistry.h |
+++ b/public/web/WebMediaStreamRegistry.h |
@@ -33,7 +33,7 @@ |
#include "../platform/WebString.h" |
-namespace WebKit { |
+namespace blink { |
class WebMediaStream; |
class WebURL; |
@@ -43,6 +43,6 @@ public: |
BLINK_EXPORT static WebMediaStream lookupMediaStreamDescriptor(const WebURL&); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebMediaStreamRegistry_h |