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

Unified Diff: Source/testing/runner/MockWebValidationMessageClient.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/MockWebSpeechRecognizer.h ('k') | Source/testing/runner/NotificationPresenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebValidationMessageClient.h
diff --git a/Source/testing/runner/MockWebValidationMessageClient.h b/Source/testing/runner/MockWebValidationMessageClient.h
index 36c5216999a920cc21377cbc838abcb293d9308c..e872816ff0ab14a88dc4ceee60686cfdecd3183e 100644
--- a/Source/testing/runner/MockWebValidationMessageClient.h
+++ b/Source/testing/runner/MockWebValidationMessageClient.h
@@ -32,13 +32,14 @@
#define MockWebValidationMessageClient_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/web/WebValidationMessageClient.h"
namespace WebTestRunner {
class WebTestDelegate;
-class MockWebValidationMessageClient : public WebKit::WebValidationMessageClient {
+class MockWebValidationMessageClient : public WebKit::WebValidationMessageClient, public WebKit::WebNonCopyable {
public:
MockWebValidationMessageClient();
virtual ~MockWebValidationMessageClient();
« no previous file with comments | « Source/testing/runner/MockWebSpeechRecognizer.h ('k') | Source/testing/runner/NotificationPresenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698