| Index: cc/test/fake_layer_tree_host.h
 | 
| diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
 | 
| index 57090ac7a9f2cf770891d4006f3f36e1c8fcd07c..3f37b2cd32ea9fca3ca8046989001e9abc1ed8fb 100644
 | 
| --- a/cc/test/fake_layer_tree_host.h
 | 
| +++ b/cc/test/fake_layer_tree_host.h
 | 
| @@ -9,7 +9,6 @@
 | 
|  #include "cc/test/fake_impl_task_runner_provider.h"
 | 
|  #include "cc/test/fake_layer_tree_host_client.h"
 | 
|  #include "cc/test/fake_layer_tree_host_impl.h"
 | 
| -#include "cc/test/test_shared_bitmap_manager.h"
 | 
|  #include "cc/trees/layer_tree_host_in_process.h"
 | 
|  #include "cc/trees/layer_tree_impl.h"
 | 
|  #include "cc/trees/tree_synchronizer.h"
 | 
| @@ -90,7 +89,6 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
 | 
|   private:
 | 
|    FakeImplTaskRunnerProvider task_runner_provider_;
 | 
|    FakeLayerTreeHostClient* client_;
 | 
| -  TestSharedBitmapManager manager_;
 | 
|    FakeLayerTreeHostImpl host_impl_;
 | 
|    bool needs_commit_;
 | 
|  };
 | 
| 
 |