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

Unified Diff: Source/testing/runner/MockWebSpeechRecognizer.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/MockWebSpeechRecognizer.h
diff --git a/Source/testing/runner/MockWebSpeechRecognizer.h b/Source/testing/runner/MockWebSpeechRecognizer.h
index 6d0a5f19be1e5e19e2a75cc7f2d0d567ac1f0c6e..5796996c64ad10af23ee16b618ac774f220e957c 100644
--- a/Source/testing/runner/MockWebSpeechRecognizer.h
+++ b/Source/testing/runner/MockWebSpeechRecognizer.h
@@ -27,6 +27,7 @@
#define MockWebSpeechRecognizer_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/testing/WebTask.h"
#include "public/web/WebSpeechRecognizer.h"
#include <deque>
@@ -42,7 +43,7 @@ namespace WebTestRunner {
class WebTestDelegate;
-class MockWebSpeechRecognizer : public WebKit::WebSpeechRecognizer {
+class MockWebSpeechRecognizer : public WebKit::WebSpeechRecognizer, public WebKit::WebNonCopyable {
public:
MockWebSpeechRecognizer();
~MockWebSpeechRecognizer();
« no previous file with comments | « Source/testing/runner/MockWebSpeechInputController.h ('k') | Source/testing/runner/MockWebValidationMessageClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698