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

Unified Diff: public/platform/WebMediaStreamTrack.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/platform/WebMediaStreamSource.h ('k') | public/platform/WebMediaStreamTrackSourcesRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamTrack.h
diff --git a/public/platform/WebMediaStreamTrack.h b/public/platform/WebMediaStreamTrack.h
index 0b14bf44dcedc414fa164cdcca3bf89ce6645c7e..598bf88e341387c76fc85450c5808f9ce3401453 100644
--- a/public/platform/WebMediaStreamTrack.h
+++ b/public/platform/WebMediaStreamTrack.h
@@ -33,7 +33,7 @@ namespace WebCore {
class MediaStreamComponent;
}
-namespace WebKit {
+namespace blink {
class WebAudioSourceProvider;
class WebMediaStream;
class WebMediaStreamSource;
@@ -93,6 +93,6 @@ private:
WebPrivatePtr<WebCore::MediaStreamComponent> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebMediaStreamTrack_h
« no previous file with comments | « public/platform/WebMediaStreamSource.h ('k') | public/platform/WebMediaStreamTrackSourcesRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698