summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/chromium/TestNavigationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/chromium/TestNavigationController.h')
-rw-r--r--Tools/DumpRenderTree/chromium/TestNavigationController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/DumpRenderTree/chromium/TestNavigationController.h b/Tools/DumpRenderTree/chromium/TestNavigationController.h
index b671489..8502a96 100644
--- a/Tools/DumpRenderTree/chromium/TestNavigationController.h
+++ b/Tools/DumpRenderTree/chromium/TestNavigationController.h
@@ -111,7 +111,8 @@ public:
// Test shell's NavigationController. The goal is to be as close to the Chrome
// version as possible.
-class TestNavigationController: public Noncopyable {
+class TestNavigationController {
+ WTF_MAKE_NONCOPYABLE(TestNavigationController);
public:
TestNavigationController(NavigationHost*);
~TestNavigationController();