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 0ac203a9a9e65fa2d2860e4319cddb9909211770..c7ca4be6de582d2803eda83cb2b86cf44857ba34 100644 |
--- a/cc/trees/layer_tree_host_unittest.cc |
+++ b/cc/trees/layer_tree_host_unittest.cc |
@@ -2308,7 +2308,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>()); |
} |
}; |