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

Unified Diff: Source/testing/runner/TestInterfaces.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/SpellCheckClient.h ('k') | Source/testing/runner/TestPlugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/TestInterfaces.h
diff --git a/Source/testing/runner/TestInterfaces.h b/Source/testing/runner/TestInterfaces.h
index 4d617fa3cab4bada65a3850fabea2df6b6e33235..cb28f311d08aebbe0cdc3455ba082c19e5b3a9a6 100644
--- a/Source/testing/runner/TestInterfaces.h
+++ b/Source/testing/runner/TestInterfaces.h
@@ -31,6 +31,8 @@
#ifndef TestInterfaces_h
#define TestInterfaces_h
+#include "public/platform/WebNonCopyable.h"
+
#include <memory>
#include <vector>
@@ -57,7 +59,7 @@ class TextInputController;
class WebTestDelegate;
class WebTestProxyBase;
-class TestInterfaces {
+class TestInterfaces : public WebKit::WebNonCopyable {
public:
TestInterfaces();
~TestInterfaces();
« no previous file with comments | « Source/testing/runner/SpellCheckClient.h ('k') | Source/testing/runner/TestPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698