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

Unified Diff: Source/testing/runner/WebTestThemeEngineWin.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/WebTestThemeEngineMac.h ('k') | Source/testing/runner/WebUserMediaClientMock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebTestThemeEngineWin.h
diff --git a/Source/testing/runner/WebTestThemeEngineWin.h b/Source/testing/runner/WebTestThemeEngineWin.h
index 77a5672de1d05400b88a0a51a71490b1927c2e9b..33eb449873bc8f74d7f0289b444052cd023355a2 100644
--- a/Source/testing/runner/WebTestThemeEngineWin.h
+++ b/Source/testing/runner/WebTestThemeEngineWin.h
@@ -47,11 +47,12 @@
#ifndef WebTestThemeEngineWin_h
#define WebTestThemeEngineWin_h
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/win/WebThemeEngine.h"
namespace WebTestRunner {
-class WebTestThemeEngineWin : public WebKit::WebThemeEngine {
+class WebTestThemeEngineWin : public WebKit::WebThemeEngine, public WebKit::WebNonCopyable {
public:
WebTestThemeEngineWin() { }
« no previous file with comments | « Source/testing/runner/WebTestThemeEngineMac.h ('k') | Source/testing/runner/WebUserMediaClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698