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

Unified Diff: Source/testing/runner/MockWebMediaStreamCenter.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
« no previous file with comments | « Source/testing/runner/MockWebMIDIAccessor.h ('k') | Source/testing/runner/MockWebRTCDTMFSenderHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebMediaStreamCenter.h
diff --git a/Source/testing/runner/MockWebMediaStreamCenter.h b/Source/testing/runner/MockWebMediaStreamCenter.h
index e8694b9c76528b83fe2029386fb67c1bc7c30cec..356a5afe3592782ef51c95354da9be537850eed8 100644
--- a/Source/testing/runner/MockWebMediaStreamCenter.h
+++ b/Source/testing/runner/MockWebMediaStreamCenter.h
@@ -33,6 +33,7 @@
#include "TestCommon.h"
#include "public/platform/WebMediaStreamCenter.h"
+#include "public/platform/WebNonCopyable.h"
namespace WebKit {
class WebMediaStreamCenterClient;
@@ -40,7 +41,7 @@ class WebMediaStreamCenterClient;
namespace WebTestRunner {
-class MockWebMediaStreamCenter : public WebKit::WebMediaStreamCenter {
+class MockWebMediaStreamCenter : public WebKit::WebMediaStreamCenter, public WebKit::WebNonCopyable {
public:
explicit MockWebMediaStreamCenter(WebKit::WebMediaStreamCenterClient*);
« no previous file with comments | « Source/testing/runner/MockWebMIDIAccessor.h ('k') | Source/testing/runner/MockWebRTCDTMFSenderHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698