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

Unified Diff: Source/testing/runner/WebTestThemeControlWin.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/WebPermissions.h ('k') | Source/testing/runner/WebTestThemeEngineMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebTestThemeControlWin.h
diff --git a/Source/testing/runner/WebTestThemeControlWin.h b/Source/testing/runner/WebTestThemeControlWin.h
index 7bad18e20aa8ab63712766f448d771fa3294114d..7c32432ee5eec8553b8cd397111767e1038c1234 100644
--- a/Source/testing/runner/WebTestThemeControlWin.h
+++ b/Source/testing/runner/WebTestThemeControlWin.h
@@ -39,6 +39,7 @@
#ifndef WebTestThemeControlWin_h
#define WebTestThemeControlWin_h
+#include "public/platform/WebNonCopyable.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkRect.h"
@@ -47,7 +48,7 @@ class SkCanvas;
namespace WebTestRunner {
-class WebTestThemeControlWin {
+class WebTestThemeControlWin : public WebKit::WebNonCopyable {
public:
// This list of states mostly mirrors the list in WebCore/platform/ThemeTypes.h
// but is maintained separately since that isn't public and also to minimize
« no previous file with comments | « Source/testing/runner/WebPermissions.h ('k') | Source/testing/runner/WebTestThemeEngineMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698