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

Unified Diff: Source/testing/runner/MockColorChooser.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/CppVariant.h ('k') | Source/testing/runner/MockSpellCheck.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockColorChooser.h
diff --git a/Source/testing/runner/MockColorChooser.h b/Source/testing/runner/MockColorChooser.h
index 2631bd0c00df695c715018a2e2e2c6f90aab1870..94198d84450bb1f0b15df5fc41ccd4f8a1863dac 100644
--- a/Source/testing/runner/MockColorChooser.h
+++ b/Source/testing/runner/MockColorChooser.h
@@ -32,6 +32,7 @@
#define MockColorChooser_h
#include "TestCommon.h"
+#include "public/platform/WebNonCopyable.h"
#include "public/testing/WebTask.h"
#include "public/web/WebColorChooser.h"
#include "public/web/WebColorChooserClient.h"
@@ -40,7 +41,7 @@ namespace WebTestRunner {
class WebTestDelegate;
class WebTestProxyBase;
-class MockColorChooser : public WebKit::WebColorChooser {
+class MockColorChooser : public WebKit::WebColorChooser, public WebKit::WebNonCopyable {
public:
MockColorChooser(WebKit::WebColorChooserClient*, WebTestDelegate*, WebTestProxyBase*);
virtual ~MockColorChooser();
« no previous file with comments | « Source/testing/runner/CppVariant.h ('k') | Source/testing/runner/MockSpellCheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698