| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index 82134e3df0420690b88dd7ad4fa00925417becc4..30398d3c7263f07eaba43f478017dd5312e2de31 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -2307,7 +2307,7 @@ class LayerTreeHostWithProxy : public LayerTreeHost {
|
| scoped_ptr<FakeProxy> proxy)
|
| : LayerTreeHost(client, NULL, settings) {
|
| proxy->SetLayerTreeHost(this);
|
| - EXPECT_TRUE(InitializeForTesting(proxy.PassAs<Proxy>()));
|
| + InitializeForTesting(proxy.PassAs<Proxy>());
|
| }
|
| };
|
|
|
|
|