| Index: public/testing/WebFrameTestProxy.h
|
| diff --git a/public/testing/WebFrameTestProxy.h b/public/testing/WebFrameTestProxy.h
|
| index 19a5da3aa107ca715fa8896cd1645a8ae43349e8..9a8ebb07b89d3c8a5cd89bc6f72a18833dec6cf2 100644
|
| --- a/public/testing/WebFrameTestProxy.h
|
| +++ b/public/testing/WebFrameTestProxy.h
|
| @@ -32,13 +32,14 @@
|
| #define WebFrameTestProxy_h
|
|
|
| #include "WebTestProxy.h"
|
| +#include "public/platform/WebNonCopyable.h"
|
|
|
| namespace WebTestRunner {
|
|
|
| // Templetized wrapper around RenderFrameImpl objects, which implement
|
| // the WebFrameClient interface.
|
| template<class Base, typename P, typename R>
|
| -class WebFrameTestProxy : public Base {
|
| +class WebFrameTestProxy : public Base, public WebKit::WebNonCopyable {
|
| public:
|
| WebFrameTestProxy(P p, R r)
|
| : Base(p, r)
|
|
|