| Index: cc/blimp/remote_compositor_bridge.h
|
| diff --git a/cc/blimp/remote_compositor_bridge.h b/cc/blimp/remote_compositor_bridge.h
|
| index d4a0eded8e90ed0a3beae1f836b4ae6e74599e7a..bc916dafc41f2e214aafa80d2aefe56201d81be0 100644
|
| --- a/cc/blimp/remote_compositor_bridge.h
|
| +++ b/cc/blimp/remote_compositor_bridge.h
|
| @@ -7,13 +7,11 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/single_thread_task_runner.h"
|
| #include "cc/base/cc_export.h"
|
|
|
| -namespace base {
|
| -class SingleThreadTaskRunner;
|
| -} // namespace base
|
| -
|
| namespace cc {
|
| +
|
| class CompositorProtoState;
|
| class RemoteCompositorBridgeClient;
|
|
|
| @@ -52,4 +50,5 @@ class CC_EXPORT RemoteCompositorBridge {
|
| };
|
|
|
| } // namespace cc
|
| +
|
| #endif // CC_BLIMP_REMOTE_COMPOSITOR_BRIDGE_H_
|
|
|