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

Unified Diff: Source/testing/runner/MockWebSpeechInputController.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/MockWebSpeechInputController.h
diff --git a/Source/testing/runner/MockWebSpeechInputController.h b/Source/testing/runner/MockWebSpeechInputController.h
index e3eda504ed3f05863e8aad08c12f64bcc9af6df8..0606e227de1773c571d83f02f1584e72f8b67cec 100644
--- a/Source/testing/runner/MockWebSpeechInputController.h
+++ b/Source/testing/runner/MockWebSpeechInputController.h
@@ -27,6 +27,7 @@
#define MockWebSpeechInputController_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/WebRect.h"
#include "public/testing/WebTask.h"
#include "public/web/WebSpeechInputController.h"
@@ -45,7 +46,7 @@ namespace WebTestRunner {
class WebTestDelegate;
-class MockWebSpeechInputController : public WebKit::WebSpeechInputController {
+class MockWebSpeechInputController : public WebKit::WebSpeechInputController, public WebKit::WebNonCopyable {
public:
explicit MockWebSpeechInputController(WebKit::WebSpeechInputListener*);
~MockWebSpeechInputController();
« no previous file with comments | « Source/testing/runner/MockWebRTCPeerConnectionHandler.h ('k') | Source/testing/runner/MockWebSpeechRecognizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698