| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index bf30db5a9ad88727308d802e6bac1fe8a49bf42f..70676ea7af31fdabf68382bb00c27d18b5270722 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -46,7 +46,7 @@ void EnableWebTestProxyCreation(
|
| const base::Callback<void(RenderView*, WebTestProxyBase*)>& callback);
|
|
|
| // Sets gamepad provider to be used for layout tests.
|
| -void SetMockGamepadProvider(RendererGamepadProvider* provider);
|
| +void SetMockGamepadProvider(scoped_ptr<RendererGamepadProvider> provider);
|
|
|
| // Sets a double that should be used when registering
|
| // a listener through WebKitPlatformSupport::setDeviceLightListener().
|
|
|