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

Unified Diff: public/web/WebDOMMediaStreamTrack.h

Issue 401973003: Rename WebCore namespace to blink in Public (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
« 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 76097214816dd977254b2a10dabd9df381bc74d1..3d35f63e867556be786d5e95339b42c981419b8a 100644
--- a/public/web/WebDOMMediaStreamTrack.h
+++ b/public/web/WebDOMMediaStreamTrack.h
@@ -43,7 +43,7 @@ class Value;
template <class T> class Handle;
}
-namespace WebCore { class MediaStreamTrack; }
+namespace blink { class MediaStreamTrack; }
namespace blink {
@@ -68,10 +68,10 @@ public:
private:
#if BLINK_IMPLEMENTATION
- WebDOMMediaStreamTrack(PassRefPtrWillBeRawPtr<WebCore::MediaStreamTrack>);
+ WebDOMMediaStreamTrack(PassRefPtrWillBeRawPtr<blink::MediaStreamTrack>);
#endif
- WebPrivatePtr<WebCore::MediaStreamTrack> m_private;
+ WebPrivatePtr<blink::MediaStreamTrack> m_private;
};
} // namespace blink
« 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