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

Unified Diff: public/web/WebUserMediaRequest.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.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/web/WebUserGestureToken.h ('k') | public/web/WebWindowFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebUserMediaRequest.h
diff --git a/public/web/WebUserMediaRequest.h b/public/web/WebUserMediaRequest.h
index 1fa355b289025f83b321f38827ebcce432f85ea4..e202ae13fb6f6ef58fd8f46d8bc9b3f195ae462b 100644
--- a/public/web/WebUserMediaRequest.h
+++ b/public/web/WebUserMediaRequest.h
@@ -37,10 +37,8 @@
#include "public/platform/WebString.h"
namespace blink {
-class UserMediaRequest;
-}
-namespace blink {
+class UserMediaRequest;
class WebDocument;
class WebMediaConstraints;
class WebMediaStream;
@@ -82,12 +80,12 @@ public:
BLINK_EXPORT void requestFailed(const WebString& description = WebString()) { requestDenied(description); }
#if BLINK_IMPLEMENTATION
- WebUserMediaRequest(blink::UserMediaRequest*);
- operator blink::UserMediaRequest*() const;
+ WebUserMediaRequest(UserMediaRequest*);
+ operator UserMediaRequest*() const;
#endif
private:
- WebPrivatePtr<blink::UserMediaRequest> m_private;
+ WebPrivatePtr<UserMediaRequest> m_private;
};
inline bool operator==(const WebUserMediaRequest& a, const WebUserMediaRequest& b)
« no previous file with comments | « public/web/WebUserGestureToken.h ('k') | public/web/WebWindowFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698