| Index: cc/test/layer_tree_host_remote_for_testing.h
 | 
| diff --git a/cc/test/layer_tree_host_remote_for_testing.h b/cc/test/layer_tree_host_remote_for_testing.h
 | 
| index f134cf442d7b77f45691c9a47cd70078456d54b7..309cf47e81629186680605e065ca161ecfdc56e0 100644
 | 
| --- a/cc/test/layer_tree_host_remote_for_testing.h
 | 
| +++ b/cc/test/layer_tree_host_remote_for_testing.h
 | 
| @@ -9,17 +9,13 @@
 | 
|  #include "cc/blimp/compositor_state_deserializer.h"
 | 
|  #include "cc/blimp/layer_tree_host_remote.h"
 | 
|  
 | 
| -namespace gpu {
 | 
| -class GpuMemoryBufferManager;
 | 
| -}  // namespace gpu
 | 
| -
 | 
|  namespace cc {
 | 
|  
 | 
|  class AnimationHost;
 | 
| +class CompositorProtoState;
 | 
|  class FakeImageSerializationProcessor;
 | 
|  class LayerTreeHostInProcess;
 | 
|  class MutatorHost;
 | 
| -class SharedBitmapManager;
 | 
|  class TaskGraphRunner;
 | 
|  
 | 
|  // This is a version of LayerTreeHostRemote meant to be used for tests that want
 | 
| 
 |