summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitAPITest/TestsController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitAPITest/TestsController.h')
-rw-r--r--Tools/WebKitAPITest/TestsController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/WebKitAPITest/TestsController.h b/Tools/WebKitAPITest/TestsController.h
index 11b457d..bdcc455 100644
--- a/Tools/WebKitAPITest/TestsController.h
+++ b/Tools/WebKitAPITest/TestsController.h
@@ -28,13 +28,13 @@
#include <windows.h>
#include <wtf/Forward.h>
#include <wtf/Deque.h>
-#include <wtf/Noncopyable.h>
namespace WebKitAPITest {
class Test;
-class TestsController : public Noncopyable {
+class TestsController {
+ WTF_MAKE_NONCOPYABLE(TestsController);
public:
static TestsController& shared();