| Index: cc/test/fake_impl_proxy.h
|
| diff --git a/cc/test/fake_impl_proxy.h b/cc/test/fake_impl_proxy.h
|
| index 777da4addee561891387ac26775d5082a03e2014..b52fea43442d29d2b81d0f22fcb087a93794e514 100644
|
| --- a/cc/test/fake_impl_proxy.h
|
| +++ b/cc/test/fake_impl_proxy.h
|
| @@ -12,7 +12,7 @@ namespace cc {
|
|
|
| class FakeImplProxy : public FakeProxy {
|
| public:
|
| - FakeImplProxy() : FakeProxy(scoped_ptr<Thread>()), set_impl_thread_(this) {}
|
| + FakeImplProxy() : set_impl_thread_(this) {}
|
|
|
| private:
|
| DebugScopedSetImplThread set_impl_thread_;
|
|
|