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

Unified Diff: Source/testing/runner/MockWebRTCPeerConnectionHandler.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/MockWebRTCPeerConnectionHandler.h
diff --git a/Source/testing/runner/MockWebRTCPeerConnectionHandler.h b/Source/testing/runner/MockWebRTCPeerConnectionHandler.h
index b75982d37961eb4e972ccbd77a78bef9a4a4c4ec..1e4e823a0c593b96f2136bcf4e6ec00cbaa3b007 100644
--- a/Source/testing/runner/MockWebRTCPeerConnectionHandler.h
+++ b/Source/testing/runner/MockWebRTCPeerConnectionHandler.h
@@ -32,6 +32,7 @@
#define MockWebRTCPeerConnectionHandler_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/WebRTCPeerConnectionHandler.h"
#include "public/platform/WebRTCSessionDescription.h"
#include "public/platform/WebRTCSessionDescriptionRequest.h"
@@ -46,7 +47,7 @@ namespace WebTestRunner {
class TestInterfaces;
-class MockWebRTCPeerConnectionHandler : public WebKit::WebRTCPeerConnectionHandler {
+class MockWebRTCPeerConnectionHandler : public WebKit::WebRTCPeerConnectionHandler, public WebKit::WebNonCopyable {
public:
MockWebRTCPeerConnectionHandler(WebKit::WebRTCPeerConnectionHandlerClient*, TestInterfaces*);
« no previous file with comments | « Source/testing/runner/MockWebRTCDataChannelHandler.h ('k') | Source/testing/runner/MockWebSpeechInputController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698