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

Unified Diff: Source/testing/runner/MockWebCrypto.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/MockWebAudioDevice.h ('k') | Source/testing/runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebCrypto.h
diff --git a/Source/testing/runner/MockWebCrypto.h b/Source/testing/runner/MockWebCrypto.h
index d1bdb22877d53bde4b7a0d7df69a601ec76c2c18..2a3d0eb57ad13614aa4d5f1f04b8e035e1f2793c 100644
--- a/Source/testing/runner/MockWebCrypto.h
+++ b/Source/testing/runner/MockWebCrypto.h
@@ -33,10 +33,11 @@
#include "TestCommon.h"
#include "public/platform/WebCrypto.h"
+#include "public/platform/WebNonCopyable.h"
namespace WebTestRunner {
-class MockWebCrypto : public WebKit::WebCrypto {
+class MockWebCrypto : public WebKit::WebCrypto, public WebKit::WebNonCopyable {
public:
static MockWebCrypto* get();
« no previous file with comments | « Source/testing/runner/MockWebAudioDevice.h ('k') | Source/testing/runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698