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

Unified Diff: Source/testing/runner/WebUserMediaClientMock.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/WebTestThemeEngineWin.h ('k') | public/testing/WebFrameTestProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebUserMediaClientMock.h
diff --git a/Source/testing/runner/WebUserMediaClientMock.h b/Source/testing/runner/WebUserMediaClientMock.h
index d3f39c8466f42ff80ff553c02ed55c13d773a8e8..2c8a0711c7600816039032af6eaab6fd6e87d8be 100644
--- a/Source/testing/runner/WebUserMediaClientMock.h
+++ b/Source/testing/runner/WebUserMediaClientMock.h
@@ -33,6 +33,7 @@
#include "TestCommon.h"
#include "public/platform/WebCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
#include "public/testing/WebTask.h"
@@ -42,7 +43,7 @@ namespace WebTestRunner {
class WebTestDelegate;
-class WebUserMediaClientMock : public WebKit::WebUserMediaClient {
+class WebUserMediaClientMock : public WebKit::WebUserMediaClient, public WebKit::WebNonCopyable {
public:
explicit WebUserMediaClientMock(WebTestDelegate*);
~WebUserMediaClientMock() { }
« no previous file with comments | « Source/testing/runner/WebTestThemeEngineWin.h ('k') | public/testing/WebFrameTestProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698