Chromium Code Reviews| Index: content/public/test/layouttest_support.h |
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h |
| index b625d5455c17eafc30fd9b5630af81addc9c45e9..a9ced64244e477f0ba2c77ac289d08b9565826ce 100644 |
| --- a/content/public/test/layouttest_support.h |
| +++ b/content/public/test/layouttest_support.h |
| @@ -13,11 +13,13 @@ class WebTestProxyBase; |
| namespace content { |
| +class RenderView; |
| + |
| // Enable injecting of a WebTestProxy between WebViews and RenderViews. |
| // |callback| is invoked with a pointer to WebTestProxyBase for each created |
| // WebTestProxy. |
| -void EnableWebTestProxyCreation( |
| - const base::Callback<void(WebTestRunner::WebTestProxyBase*)>& callback); |
| +void EnableWebTestProxyCreation(const base::Callback< |
| + void(content::RenderView*, WebTestRunner::WebTestProxyBase*)>& callback); |
|
jam
2012/11/26 15:40:02
nit: no content::
jochen (gone - plz use gerrit)
2012/11/26 15:59:23
Done.
|
| } // namespace content |