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

Unified Diff: public/platform/WebMediaStreamTrackSourcesRequest.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/platform/WebMediaStreamTrack.h ('k') | public/platform/WebMimeRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamTrackSourcesRequest.h
diff --git a/public/platform/WebMediaStreamTrackSourcesRequest.h b/public/platform/WebMediaStreamTrackSourcesRequest.h
index f2752494dcbced349e309a26cb70b24ee779af05..c4bcb1fd190404115de92cf84c42e526fea8ff44 100644
--- a/public/platform/WebMediaStreamTrackSourcesRequest.h
+++ b/public/platform/WebMediaStreamTrackSourcesRequest.h
@@ -33,10 +33,8 @@
#include "WebVector.h"
namespace blink {
-class MediaStreamTrackSourcesRequest;
-}
-namespace blink {
+class MediaStreamTrackSourcesRequest;
class WebSourceInfo;
class WebMediaStreamTrackSourcesRequest {
@@ -72,11 +70,11 @@ public:
BLINK_PLATFORM_EXPORT void setExtraData(ExtraData*);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebMediaStreamTrackSourcesRequest(blink::MediaStreamTrackSourcesRequest*);
+ BLINK_PLATFORM_EXPORT WebMediaStreamTrackSourcesRequest(MediaStreamTrackSourcesRequest*);
#endif
private:
- WebPrivatePtr<blink::MediaStreamTrackSourcesRequest> m_private;
+ WebPrivatePtr<MediaStreamTrackSourcesRequest> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebMediaStreamTrack.h ('k') | public/platform/WebMimeRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698