| Index: cc/test/proxy_impl_for_test.h
|
| diff --git a/cc/test/proxy_impl_for_test.h b/cc/test/proxy_impl_for_test.h
|
| index b81ece58343ca20988ff3e071009c2f2926c204c..57c73d7dfa45d6f52281e376c69b735b932363b7 100644
|
| --- a/cc/test/proxy_impl_for_test.h
|
| +++ b/cc/test/proxy_impl_for_test.h
|
| @@ -14,7 +14,7 @@ namespace cc {
|
| // actions.
|
| class ProxyImplForTest : public ProxyImpl {
|
| public:
|
| - static scoped_ptr<ProxyImpl> Create(
|
| + static scoped_ptr<ProxyImplForTest> Create(
|
| TestHooks* test_hooks,
|
| ChannelImpl* channel_impl,
|
| LayerTreeHost* layer_tree_host,
|
|
|