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

Unified Diff: Source/testing/runner/CppVariant.h

Issue 32943007: Remove incorrect deriving of CppVariant from WebNonCopyable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | 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 7abf18e110b840762a4734a754cfc97e216b4e2a..937e7fb3e2a1458312ba86ee102c74cf1b0e57a8 100644
--- a/Source/testing/runner/CppVariant.h
+++ b/Source/testing/runner/CppVariant.h
@@ -42,14 +42,13 @@
#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, public WebKit::WebNonCopyable {
+class CppVariant : public NPVariant {
public:
CppVariant();
~CppVariant();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698