| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 21324c1d40ef04fefd3d140397206a5caf85f195..4fd5365173dbd03e312dd420643e4e24c5046268 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -13,11 +13,11 @@ namespace cc {
|
|
|
| class FakeProxy : public Proxy {
|
| public:
|
| - FakeProxy() : Proxy(NULL, NULL), layer_tree_host_(NULL) {}
|
| + FakeProxy() : Proxy(nullptr, nullptr), layer_tree_host_(nullptr) {}
|
| explicit FakeProxy(
|
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner)
|
| - : Proxy(main_task_runner, impl_task_runner), layer_tree_host_(NULL) {}
|
| + : Proxy(main_task_runner, impl_task_runner), layer_tree_host_(nullptr) {}
|
|
|
| void SetLayerTreeHost(LayerTreeHost* host);
|
|
|
|
|