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

Unified Diff: Source/testing/runner/MockWebMIDIAccessor.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/MockWebCrypto.h ('k') | Source/testing/runner/MockWebMediaStreamCenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebMIDIAccessor.h
diff --git a/Source/testing/runner/MockWebMIDIAccessor.h b/Source/testing/runner/MockWebMIDIAccessor.h
index c01fdfe129f9fe795a7c0ca87a38179135f99efc..96d6d7dad56228636798bd63dfdbd29b985e2a51 100644
--- a/Source/testing/runner/MockWebMIDIAccessor.h
+++ b/Source/testing/runner/MockWebMIDIAccessor.h
@@ -33,6 +33,7 @@
#include "TestCommon.h"
#include "public/platform/WebMIDIAccessor.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/testing/WebTask.h"
namespace WebKit {
@@ -43,7 +44,7 @@ namespace WebTestRunner {
class TestInterfaces;
-class MockWebMIDIAccessor : public WebKit::WebMIDIAccessor {
+class MockWebMIDIAccessor : public WebKit::WebMIDIAccessor, public WebKit::WebNonCopyable {
public:
explicit MockWebMIDIAccessor(WebKit::WebMIDIAccessorClient*, TestInterfaces*);
virtual ~MockWebMIDIAccessor();
« no previous file with comments | « Source/testing/runner/MockWebCrypto.h ('k') | Source/testing/runner/MockWebMediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698