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

Unified Diff: Source/web/MediaSourcePrivateImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/MIDIClientProxy.cpp ('k') | Source/web/MediaSourcePrivateImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MediaSourcePrivateImpl.h
diff --git a/Source/web/MediaSourcePrivateImpl.h b/Source/web/MediaSourcePrivateImpl.h
index 8fe7de8f1fac23443fc067ac13512d8d3ef4464e..2f344145ed1ff9aefc450008434280d72133eb17 100644
--- a/Source/web/MediaSourcePrivateImpl.h
+++ b/Source/web/MediaSourcePrivateImpl.h
@@ -34,7 +34,7 @@
#include "core/platform/graphics/MediaSourcePrivate.h"
#include "wtf/OwnPtr.h"
-namespace WebKit {
+namespace blink {
class WebMediaSource;
@@ -52,7 +52,7 @@ public:
virtual void unmarkEndOfStream() OVERRIDE;
private:
- OwnPtr<WebKit::WebMediaSource> m_webMediaSource;
+ OwnPtr<blink::WebMediaSource> m_webMediaSource;
};
}
« no previous file with comments | « Source/web/MIDIClientProxy.cpp ('k') | Source/web/MediaSourcePrivateImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698