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

Unified Diff: Source/testing/runner/MockWebRTCDataChannelHandler.h

Issue 23440025: TestRunner library classes should be marked as NonCopyable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
Index: Source/testing/runner/MockWebRTCDataChannelHandler.h
diff --git a/Source/testing/runner/MockWebRTCDataChannelHandler.h b/Source/testing/runner/MockWebRTCDataChannelHandler.h
index c274930242c5fdf0b137838826ecd6c96ad7e0d2..3cdfbafc9409ac1822842d74ec72c3cb8accc4de 100644
--- a/Source/testing/runner/MockWebRTCDataChannelHandler.h
+++ b/Source/testing/runner/MockWebRTCDataChannelHandler.h
@@ -26,6 +26,7 @@
#define MockWebRTCDataChannelHandler_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/WebRTCDataChannelHandler.h"
#include "public/platform/WebRTCDataChannelInit.h"
#include "public/platform/WebString.h"
@@ -35,7 +36,7 @@ namespace WebTestRunner {
class WebTestDelegate;
-class MockWebRTCDataChannelHandler : public WebKit::WebRTCDataChannelHandler {
+class MockWebRTCDataChannelHandler : public WebKit::WebRTCDataChannelHandler, public WebKit::WebNonCopyable {
public:
MockWebRTCDataChannelHandler(WebKit::WebString label, const WebKit::WebRTCDataChannelInit&, WebTestDelegate*);
« no previous file with comments | « Source/testing/runner/MockWebRTCDTMFSenderHandler.h ('k') | Source/testing/runner/MockWebRTCPeerConnectionHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698