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

Unified Diff: public/web/WebDOMMediaStreamTrack.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 | « public/web/WebDOMFileSystem.h ('k') | public/web/WebDOMMessageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMMediaStreamTrack.h
diff --git a/public/web/WebDOMMediaStreamTrack.h b/public/web/WebDOMMediaStreamTrack.h
index 4bd487c6ee0a7b6fda7355925acdd8233022b0dd..5eed104dae14d68d7a1e5263239e309ed9374187 100644
--- a/public/web/WebDOMMediaStreamTrack.h
+++ b/public/web/WebDOMMediaStreamTrack.h
@@ -45,7 +45,7 @@ template <class T> class Handle;
namespace WebCore { class MediaStreamTrack; }
-namespace WebKit {
+namespace blink {
class WebDOMMediaStreamTrack {
public:
@@ -74,6 +74,6 @@ private:
WebPrivatePtr<WebCore::MediaStreamTrack> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDOMFileSystem.h ('k') | public/web/WebDOMMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698