| Index: blimp/client/core/compositor/blimp_compositor_unittest.cc
|
| diff --git a/blimp/client/core/compositor/blimp_compositor_unittest.cc b/blimp/client/core/compositor/blimp_compositor_unittest.cc
|
| index f1439ca53f409f0cce716fe1f7fc3f2371f37eae..0de2012beb71e054bcb7dce88d5dc1f8fdfeaae9 100644
|
| --- a/blimp/client/core/compositor/blimp_compositor_unittest.cc
|
| +++ b/blimp/client/core/compositor/blimp_compositor_unittest.cc
|
| @@ -58,7 +58,7 @@ class BlimpCompositorForTesting : public BlimpCompositor {
|
| SendWebGestureEvent(gesture_event);
|
| }
|
|
|
| - cc::LayerTreeHostInterface* host() const { return host_.get(); }
|
| + cc::LayerTreeHost* host() const { return host_.get(); }
|
| };
|
|
|
| class BlimpCompositorTest : public testing::Test {
|
|
|