summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/chromium/DRTDevToolsClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/chromium/DRTDevToolsClient.h')
-rw-r--r--Tools/DumpRenderTree/chromium/DRTDevToolsClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/DumpRenderTree/chromium/DRTDevToolsClient.h b/Tools/DumpRenderTree/chromium/DRTDevToolsClient.h
index 9ca1402..0cba51c 100644
--- a/Tools/DumpRenderTree/chromium/DRTDevToolsClient.h
+++ b/Tools/DumpRenderTree/chromium/DRTDevToolsClient.h
@@ -48,8 +48,8 @@ class WebView;
class DRTDevToolsAgent;
-class DRTDevToolsClient : public WebKit::WebDevToolsFrontendClient
- , public Noncopyable {
+class DRTDevToolsClient : public WebKit::WebDevToolsFrontendClient {
+ WTF_MAKE_NONCOPYABLE(DRTDevToolsClient);
public:
DRTDevToolsClient(DRTDevToolsAgent*, WebKit::WebView*);
virtual ~DRTDevToolsClient();