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

Unified Diff: public/platform/WebRTCOfferOptions.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.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/WebRTCICECandidate.h ('k') | public/platform/WebRTCPeerConnectionHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCOfferOptions.h
diff --git a/public/platform/WebRTCOfferOptions.h b/public/platform/WebRTCOfferOptions.h
index 00f111c00f98ed7c56758f05c22fb54965d8aaa6..69645d3fe806ecdf01202c024c09a7bb9b3e54fd 100644
--- a/public/platform/WebRTCOfferOptions.h
+++ b/public/platform/WebRTCOfferOptions.h
@@ -10,10 +10,8 @@
#include "WebPrivatePtr.h"
namespace blink {
-class RTCOfferOptions;
-}
-namespace blink {
+class RTCOfferOptions;
class WebRTCOfferOptions {
public:
@@ -38,11 +36,11 @@ public:
BLINK_PLATFORM_EXPORT bool iceRestart() const;
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebRTCOfferOptions(const WTF::PassRefPtr<blink::RTCOfferOptions>&);
+ BLINK_PLATFORM_EXPORT WebRTCOfferOptions(const WTF::PassRefPtr<RTCOfferOptions>&);
#endif
private:
- WebPrivatePtr<blink::RTCOfferOptions> m_private;
+ WebPrivatePtr<RTCOfferOptions> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebRTCICECandidate.h ('k') | public/platform/WebRTCPeerConnectionHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698