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

Unified Diff: Source/testing/runner/CppVariant.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/CppBoundClass.h ('k') | Source/testing/runner/MockColorChooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/CppVariant.h
diff --git a/Source/testing/runner/CppVariant.h b/Source/testing/runner/CppVariant.h
index 937e7fb3e2a1458312ba86ee102c74cf1b0e57a8..7abf18e110b840762a4734a754cfc97e216b4e2a 100644
--- a/Source/testing/runner/CppVariant.h
+++ b/Source/testing/runner/CppVariant.h
@@ -42,13 +42,14 @@
#ifndef CppVariant_h
#define CppVariant_h
+#include "public/platform/WebNonCopyable.h"
#include "public/web/WebBindings.h"
#include <string>
#include <vector>
namespace WebTestRunner {
-class CppVariant : public NPVariant {
+class CppVariant : public NPVariant, public WebKit::WebNonCopyable {
public:
CppVariant();
~CppVariant();
« no previous file with comments | « Source/testing/runner/CppBoundClass.h ('k') | Source/testing/runner/MockColorChooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698