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

Unified Diff: Source/testing/runner/MockWebAudioDevice.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/MockSpellCheck.h ('k') | Source/testing/runner/MockWebCrypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebAudioDevice.h
diff --git a/Source/testing/runner/MockWebAudioDevice.h b/Source/testing/runner/MockWebAudioDevice.h
index 7801d48c78b187b2afff507cc7e6cc5b86a26718..4e3f1df89597df5328b0b5101c123a15061ebdc5 100644
--- a/Source/testing/runner/MockWebAudioDevice.h
+++ b/Source/testing/runner/MockWebAudioDevice.h
@@ -33,10 +33,11 @@
#include "TestCommon.h"
#include "public/platform/WebAudioDevice.h"
+#include "public/platform/WebNonCopyable.h"
namespace WebTestRunner {
-class MockWebAudioDevice : public WebKit::WebAudioDevice {
+class MockWebAudioDevice : public WebKit::WebAudioDevice, public WebKit::WebNonCopyable {
public:
explicit MockWebAudioDevice(double sampleRate);
virtual ~MockWebAudioDevice();
« no previous file with comments | « Source/testing/runner/MockSpellCheck.h ('k') | Source/testing/runner/MockWebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698